Commit 91f701a5 by fudahua

同步优化初步3-同步成员

parent d0ae2cbb
......@@ -527,7 +527,7 @@ public class DepartmentContoller extends WebBaseController{
for (GicTreeDTO departmentDTO : departmentList) {
DepartmentDTO dto = departmentApiService.selectByRelatedId(departmentDTO.getId());
if(dto == null) {
if (dto.getType() == 1) {
if (departmentDTO.getType() == 1) {
continue;
}
DepartmentDTO unBindDTO = new DepartmentDTO();
......
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