Commit 42ce66d1 authored by huyuchen's avatar huyuchen

huych-入离职登记提交

parent 8929255f
......@@ -236,6 +236,7 @@ public class EmployeeRegistrationServiceImpl extends ServiceImpl<EmployeeRegistr
data.setRowIndex(rowIndex + 1);
ErrorMessage errorMessage = util1.checkEntity(data, data.getRowIndex());
if (Common.isNotNull(errorMessage)) {
errorMessage.setData(data);
errorMessageList.add(errorMessage);
} else {
cachedDataList.add(data);
......
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