Commit 505ddec3 by fudahua

通讯

parent 21522972
......@@ -608,10 +608,10 @@ public class DealSyncOperationApiServiceImpl implements DealSyncOperationApiServ
}
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();
departmentDTO.setName(qwDTO.getAgentName());
departmentDTO.setName(wxEnterpriseDTO.getName());
departmentDTO.setParentid(0);
departmentDTO.setOrder(0L);
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