소스 검색

功能完善

hlf 3 달 전
부모
커밋
3b069ee83b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      ims-service/ims-eval/src/main/java/com/ims/eval/controller/DepartmentAllocationController.java

+ 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("部门重复,请重新添加!");