Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
haoban3.0
haoban-manage3.0
Commits
4394dee6
Commit
4394dee6
authored
Mar 11, 2024
by
徐高华
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/xgh/20241月迭代' into 'developer'
好办加好友统计 See merge request
!1678
parents
0572e3cf
03ce651e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
MemberUnionidRelatedApiServiceImpl.java
.../service/out/impl/MemberUnionidRelatedApiServiceImpl.java
+0
-7
No files found.
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/service/out/impl/MemberUnionidRelatedApiServiceImpl.java
View file @
4394dee6
...
@@ -920,10 +920,6 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
...
@@ -920,10 +920,6 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
HBQwMonitorUtils
.
addForFriend
(
0
);
HBQwMonitorUtils
.
addForFriend
(
0
);
this
.
updateExternalStatus
(
dto
.
getExternalUserid
(),
dto
.
getStaffId
());
this
.
updateExternalStatus
(
dto
.
getExternalUserid
(),
dto
.
getStaffId
());
String
unionIdJson
=
qywxUserApiService
.
getCorpSelfExternalUseridInfo
(
qwDTO
.
getDkCorpid
(),
qwDTO
.
getSelfSecret
(),
dto
.
getExternalUserid
(),
qwDTO
.
getUrlHost
());
String
unionIdJson
=
qywxUserApiService
.
getCorpSelfExternalUseridInfo
(
qwDTO
.
getDkCorpid
(),
qwDTO
.
getSelfSecret
(),
dto
.
getExternalUserid
(),
qwDTO
.
getUrlHost
());
if
(
unionIdJson
.
contains
(
"徐高华"
))
{
dto
.
setWxUserId
(
wxUserId
);
this
.
qywxErrorLogService
.
addFriendErrLog
(
wxEnterpriseId
,
JSONObject
.
toJSONString
(
dto
),
4
,
dto
.
getExternalUserid
());
}
if
(
StringUtils
.
isBlank
(
unionIdJson
))
{
if
(
StringUtils
.
isBlank
(
unionIdJson
))
{
log
.
info
(
"好友不存在"
);
log
.
info
(
"好友不存在"
);
return
null
;
return
null
;
...
@@ -1394,9 +1390,6 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
...
@@ -1394,9 +1390,6 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
uJ
=
this
.
qywxUserApiService
.
getCorpSelfExternalUseridInfo
(
qwDTO
.
getDkCorpid
(),
qwDTO
.
getSelfSecret
(),
externalUserId
,
qwDTO
.
getUrlHost
())
;
uJ
=
this
.
qywxUserApiService
.
getCorpSelfExternalUseridInfo
(
qwDTO
.
getDkCorpid
(),
qwDTO
.
getSelfSecret
(),
externalUserId
,
qwDTO
.
getUrlHost
())
;
}
else
{
}
else
{
uJ
=
this
.
qywxUserApiService
.
getExternalUseridInfo
(
qwDTO
.
getThirdCorpid
(),
config
.
getWxSuiteid
(),
externalUserId
);
uJ
=
this
.
qywxUserApiService
.
getExternalUseridInfo
(
qwDTO
.
getThirdCorpid
(),
config
.
getWxSuiteid
(),
externalUserId
);
if
(
StringUtils
.
isNotBlank
(
uJ
)
&&
uJ
.
contains
(
"徐高华"
))
{
this
.
qywxErrorLogService
.
addFriendErrLog
(
wxEnterpriseId
,
tabHaobanStaff
.
getStaffId
(),
5
,
externalUserId
);
}
}
}
if
(
StringUtils
.
isBlank
(
uJ
))
{
if
(
StringUtils
.
isBlank
(
uJ
))
{
log
.
info
(
"好友不存在"
);
log
.
info
(
"好友不存在"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment