Commit 133843aa by fudahua

Merge branch 'feature-2024-09-23' into dev-test

# Conflicts:
#	haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/service/out/impl/DealSyncOperationApiServiceImpl.java
parents dc3ced9d 9e20fcec
...@@ -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