Commit 791fa060 by 徐高华

通讯录

parent 93a4fce5
...@@ -638,7 +638,7 @@ public class StaffController extends WebBaseController { ...@@ -638,7 +638,7 @@ public class StaffController extends WebBaseController {
if (enterpriseDTO != null) { if (enterpriseDTO != null) {
String taskId = dealSyncOperationApiService.createQywxTask(wxEnterpriseId, "后门同步企业微信架构", login.getClerkId(), "后门同步企业微信架构"); String taskId = dealSyncOperationApiService.createQywxTask(wxEnterpriseId, "后门同步企业微信架构", login.getClerkId(), "后门同步企业微信架构");
if (StringUtils.isBlank(taskId)) { if (StringUtils.isBlank(taskId)) {
return this.fail("通讯录同步中") ; //resultResponse(HaoBanErrCode.ERR_0, false); return this.fail("通讯录正在同步中") ; //resultResponse(HaoBanErrCode.ERR_0, false);
} }
String ret = dealSyncOperationApiService.dealQywxDepartment(taskId, wxEnterpriseId); String ret = dealSyncOperationApiService.dealQywxDepartment(taskId, wxEnterpriseId);
if (null != ret) { if (null != ret) {
......
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