Commit eb9040e5 authored by fangxinjiang's avatar fangxinjiang

合同续签劳务派遣起止日期与合同起止日期一致性校验+批量派遣年限>2-fxj

parent 96238c18
...@@ -1428,8 +1428,8 @@ public class EmployeeRegistrationServiceImpl extends ServiceImpl<EmployeeRegistr ...@@ -1428,8 +1428,8 @@ public class EmployeeRegistrationServiceImpl extends ServiceImpl<EmployeeRegistr
//生成合同待购买数据 //生成合同待购买数据
String errorStr = initContractPreInfo(registration, employeeContractPreVo, user); String errorStr = initContractPreInfo(registration, employeeContractPreVo, user);
if (null != errorStr){ if (null != errorStr){
exitCheckVo.setType("公积金"); exitCheckVo.setType("合同");
exitCheckVo.setErrorMsg("该人员存在在途/有效的公积金数据"); exitCheckVo.setErrorMsg(errorStr);
errorList.add(exitCheckVo); errorList.add(exitCheckVo);
continue; continue;
} }
......
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