Commit 9e20fcec by fudahua

通讯

parent 505ddec3
...@@ -611,7 +611,7 @@ public class DealSyncOperationApiServiceImpl implements DealSyncOperationApiServ ...@@ -611,7 +611,7 @@ public class DealSyncOperationApiServiceImpl implements DealSyncOperationApiServ
WxEnterpriseDTO wxEnterpriseDTO = this.wxEnterpriseService.selectById(wxEnterpriseId); WxEnterpriseDTO wxEnterpriseDTO = this.wxEnterpriseService.selectById(wxEnterpriseId);
com.gic.wechat.api.dto.qywx.DepartmentDTO departmentDTO = new com.gic.wechat.api.dto.qywx.DepartmentDTO(); com.gic.wechat.api.dto.qywx.DepartmentDTO departmentDTO = new com.gic.wechat.api.dto.qywx.DepartmentDTO();
departmentDTO.setName(wxEnterpriseDTO.getName()); departmentDTO.setName(wxEnterpriseDTO.getCorpName());
departmentDTO.setParentid(0); departmentDTO.setParentid(0);
departmentDTO.setOrder(0L); departmentDTO.setOrder(0L);
departmentDTO.setId(Integer.valueOf(rootPid)); departmentDTO.setId(Integer.valueOf(rootPid));
......
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