Commit dc3ced9d by fudahua

Merge branch 'feature-2024-09-23' into developer

# Conflicts:
#	haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/service/out/impl/DealSyncOperationApiServiceImpl.java
parents 4b2ab8f5 505ddec3
...@@ -608,10 +608,10 @@ public class DealSyncOperationApiServiceImpl implements DealSyncOperationApiServ ...@@ -608,10 +608,10 @@ public class DealSyncOperationApiServiceImpl implements DealSyncOperationApiServ
} }
private TabHaobanPreDealLog getRootDept(String wxEnterpriseId,String rootPid,String taskId) { private TabHaobanPreDealLog getRootDept(String wxEnterpriseId,String rootPid,String taskId) {
WxEnterpriseQwDTO qwDTO = this.wxEnterpriseService.getQwInfo(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(qwDTO.getAgentName()); departmentDTO.setName(wxEnterpriseDTO.getName());
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