Commit 06582d3b authored by 赵啸非's avatar 赵啸非

添加钉钉对接流程代码

parent 46850552
......@@ -82,9 +82,9 @@ public class SyncUserTaskImpl implements ITaskExcuteService {
} else if (AttendSourceTypeEnum.钉钉.getValue().equals(sourceType)) {
//钉钉
log.info("同步钉钉部门");
//deptService.syncDeptByDingTalk(null);
deptService.syncDeptByDingTalk(null);
//同步钉钉人员
//staffService.syncPersonsByDingTalk(null);
staffService.syncPersonsByDingTalk(null);
log.info("同步钉钉usreId");
syncDingDingLocalUserIds();
log.info("钉钉直连同步人员信息");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment