Commit 48dc1ea8 by qwmqiuwenmin

fix

parent e91686ad
...@@ -158,9 +158,9 @@ public class MessageApiServiceImpl implements MessageApiService { ...@@ -158,9 +158,9 @@ public class MessageApiServiceImpl implements MessageApiService {
log.info("微信同步删除部门不存在"); log.info("微信同步删除部门不存在");
}else { }else {
if(StringUtils.isBlank(department.getRelatedId())){ if(StringUtils.isBlank(department.getRelatedId())){
this.departmentService.del(departmentDTO.getDepartmentId()); this.departmentService.del(department.getDepartmentId());
}else{ }else{
this.departmentApiService.recycle(departmentDTO.getDepartmentId()); this.departmentApiService.recycle(department.getDepartmentId());
} }
log.info("企业微信删除同步完成"); log.info("企业微信删除同步完成");
} }
......
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