Commit 3b537ca5 authored by fangxinjiang's avatar fangxinjiang

Merge remote-tracking branch 'origin/MVP1.7.23' into MVP1.7.23

parents 00015512 4f0e0713
......@@ -3141,7 +3141,7 @@ public class EmployeeRegistrationServiceImpl extends ServiceImpl<EmployeeRegistr
}
}
if (Common.isNot16Age(excel.getEmpIdcard(), nowDay)) {
if (CommonConstants.ONE_STRING.equals(excel.getFeedbackType()) && Common.isNot16Age(excel.getEmpIdcard(), nowDay)) {
errorList.add(CommonConstants.UNDER_16_ERROR);
}
......
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