Commit 916fc711 authored by hongguangwu's avatar hongguangwu

MVP1.7.9-日志优化

parent 7cc707ba
......@@ -507,7 +507,6 @@ public class EmployeeRegistrationPreServiceImpl extends ServiceImpl<EmployeeRegi
preVo.setInsuranceCompanyName(insurancePreVo.getInsuranceCompanyName());
preVo.setPolicyStart(insurancePreVo.getPolicyStart());
preVo.setPolicyEnd(insurancePreVo.getPolicyEnd());
preVo.setProcessStatus(insurancePreVo.getProcessStatus());
checkVo = checkInsuranceExit(preVo);
if (null != checkVo) {
errorList.add(checkVo);
......
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