@@ -371,7 +371,6 @@ public class SysDeptServiceImpl implements ISysDeptService
if (null != deptMapper.checkDeptNameUnique(dept.getDeptName(), dept.getParentId())) {
failureNum++;
failureMsg.append(String.format("%1$s、部门已存在;", dept.getDeptName()));
- continue;
} else {
// 新增部门
this.insertDept(dept);