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