Commit 4e220519 authored by hongguangwu's avatar hongguangwu

1.7.23-16周岁

parent 90d5928e
......@@ -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