Commit a68267dd by qwmqiuwenmin

fix

parent 5a9d7226
......@@ -114,6 +114,7 @@ public class ApplicationController extends WebBaseController{
if(StringUtils.isNotBlank(enterpriseDTO.getContactSecret()) && enterpriseDTO.getContactFlag() != null && enterpriseDTO.getContactFlag() == 0){
String taskId = dealSyncOperationApiService.createQywxTask(wxEnterpriseId, "同步企业微信架构", login.getStaffDTO().getWxUserId(), "首次同步企业微信架构");
if(StringUtils.isBlank(taskId)){
log.info("【是否绑定】taskId={}",taskId);
return resultResponse(HaoBanErrCode.ERR_1, true);
}
//this.departmentApiService.initwxDepartmentMQ(enterpriseDTO.getWxEnterpriseId());
......
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