Commit 70a01c4f authored by hongguangwu's avatar hongguangwu

MVP1.7.7-项目

parent a9699563
......@@ -100,6 +100,7 @@ public class TEmployeeProjectBelongDeptController {
}
if (Common.isEmpty(tEmployeeProjectBelongDept.getEmpDeptid())) {
tEmployeeProjectBelongDeptService.removeById(tEmployeeProjectBelongDept.getId());
return R.ok(CommonConstants.SAVE_SUCCESS);
} else if (Common.isEmpty(tEmployeeProjectBelongDept.getEmpDeptname())) {
return R.failed("所属部门名称必填");
}
......
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