Commit 4c2383b8 by qwmqiuwenmin

fix

parent 065ce229
......@@ -567,7 +567,7 @@ public class DepartmentApiServiceImpl implements DepartmentApiService {
}
for (com.gic.wechat.api.dto.qywx.DepartmentDTO departmentDTO : handerList) {
insertMQ(departmentDTO.getParentid(),wxEnterpriseId, corpid,contactSecret,taskId);
insertMQ(departmentDTO.getId(),wxEnterpriseId, corpid,contactSecret,taskId);
try {
TabHaobanDepartment exist = this.departmentService.getByWxId(departmentDTO.getId() + "", wxEnterpriseId);
logger.info("分组是否存在:{}", JSON.toJSONString(exist));
......
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