Kaynağa Gözat

功能完善

hlf 3 ay önce
ebeveyn
işleme
3b069ee83b

+ 1 - 0
ims-service/ims-eval/src/main/java/com/ims/eval/controller/DepartmentAllocationController.java

@@ -102,6 +102,7 @@ public class DepartmentAllocationController {
 				if (StringUtils.isNotEmpty(evaluationDept.getDeptId())) {
 					qw.lambda().eq(EvaluationDept::getDeptId, evaluationDept.getDeptId());
 				}
+				qw.lambda().eq(EvaluationDept::getDelFlag, "1");
 				EvaluationDept obj = evaluationDeptService.getOne(qw);
 				if (obj != null) {
 					return R.error("部门重复,请重新添加!");