Commit 80477aac authored by hongguangwu's avatar hongguangwu

1.7.21-离职

parent 3da53131
...@@ -1157,7 +1157,11 @@ public class EmployeeRegistrationLeaveServiceImpl extends ServiceImpl<EmployeeRe ...@@ -1157,7 +1157,11 @@ public class EmployeeRegistrationLeaveServiceImpl extends ServiceImpl<EmployeeRe
} }
} }
if (successNum == CommonConstants.ZERO_INT) { if (successNum == CommonConstants.ZERO_INT) {
return R.failed(CommonConstants.NO_DATA_TO_HANDLE); if (errorMessageList.isEmpty()) {
return R.failed(CommonConstants.NO_DATA_TO_HANDLE);
} else {
return R.failed(errorMessageList);
}
} else { } else {
this.updateBatchById(successList); this.updateBatchById(successList);
// 离职待办确认后,更新为商险续签待办为已离职 // 离职待办确认后,更新为商险续签待办为已离职
......
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