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
bee8a5f3
Commit
bee8a5f3
authored
Feb 08, 2022
by
墨竹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:bug修改
parent
d0331da7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
QywxClerkSyncOperation.java
...ic/haoban/manage/service/task/QywxClerkSyncOperation.java
+2
-1
No files found.
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/task/QywxClerkSyncOperation.java
View file @
bee8a5f3
...
@@ -125,9 +125,10 @@ public class QywxClerkSyncOperation implements BaseSyncOperation {
...
@@ -125,9 +125,10 @@ public class QywxClerkSyncOperation implements BaseSyncOperation {
dealSyncOperationApiService
.
cleanDiffrence
(
wxEnterpriseId
,
taskId
);
dealSyncOperationApiService
.
cleanDiffrence
(
wxEnterpriseId
,
taskId
);
WxEnterpriseDTO
wxEnterpriseDTO
=
wxEnterpriseApiService
.
getOne
(
wxEnterpriseId
);
WxEnterpriseDTO
wxEnterpriseDTO
=
wxEnterpriseApiService
.
getOne
(
wxEnterpriseId
);
String
corpid
=
wxEnterpriseDTO
.
getCorpid
();
String
corpid
=
wxEnterpriseDTO
.
getCorpid
();
Integer
externalFlag
=
wxEnterpriseDTO
.
getExternalFlag
();
TabHaobanWxApplication
tabHaobanWxApplication
=
wxApplicationMapper
.
selectByCorpId
(
corpid
,
null
);
TabHaobanWxApplication
tabHaobanWxApplication
=
wxApplicationMapper
.
selectByCorpId
(
corpid
,
null
);
logger
.
info
(
"同步通讯录完成,批量处理wx_user_id,corpid:{}"
,
corpid
);
logger
.
info
(
"同步通讯录完成,批量处理wx_user_id,corpid:{}"
,
corpid
);
if
(
corpid
.
length
()
>
20
)
{
if
(
corpid
.
length
()
>
20
||
externalFlag
==
1
)
{
//批量处理wx_user_id to wx_open_user_id
//批量处理wx_user_id to wx_open_user_id
List
<
StaffDTO
>
staffDTOS
=
staffApiService
.
listUserIdByWxEnterpriseId
(
wxEnterpriseId
);
List
<
StaffDTO
>
staffDTOS
=
staffApiService
.
listUserIdByWxEnterpriseId
(
wxEnterpriseId
);
logger
.
info
(
"useridToOpenuserid请求:corpid:{}"
,
corpid
);
logger
.
info
(
"useridToOpenuserid请求:corpid:{}"
,
corpid
);
...
...
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