Commit c9661b77 by huangZW

111

parent c9dbd4df
......@@ -195,7 +195,7 @@ public class QywxGroupSyncOperation implements BaseSyncOperation {
logger.info("没有配置secret:{},{}",taskId,wxEnterpriseId);
return ;
}
List<UserDTO> list = this.qywxUserApiService.listSelfDepartmentUser(wxEnterpriseDTO.getCorpid(), secretSetting.getSecretVal(), dataId, 0);
/*List<UserDTO> list = this.qywxUserApiService.listSelfDepartmentUser(wxEnterpriseDTO.getCorpid(), secretSetting.getSecretVal(), dataId, 0);
if (null == list) {
logger.info("微信获取部门成员异常:{},{}",taskId,dataId);
return;
......@@ -222,7 +222,7 @@ public class QywxGroupSyncOperation implements BaseSyncOperation {
return dealLog;
}).collect(Collectors.toList());
preDealService.insert(preDealLogList);
}
}*/
boolean b = preDealService.updateStatusByDataId(taskId, dataId,PreDealTypeEnum.group.getVal(), PreDealStatusEnum.computed.getVal(), "成功");
if (!b) {
logger.info("成功修改错误!{}", dataId);
......@@ -250,7 +250,7 @@ public class QywxGroupSyncOperation implements BaseSyncOperation {
logger.info("微信获取部门成员异常:{},{}",taskId,dataId);
return;
}
logger.info("是否已经进来了,进来");
//预处理门店 写入预处理表
if (CollectionUtils.isNotEmpty(list)) {
List<TabHaobanPreDealLog> preDealLogList = list.stream().filter(mid -> {
......
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