Commit b47e1ded authored by fangxinjiang's avatar fangxinjiang

提示语优化-fxj

parent fcb78861
...@@ -680,7 +680,7 @@ public class TEmployeeContractPreNewServiceImpl extends ServiceImpl<TEmployeeCon ...@@ -680,7 +680,7 @@ public class TEmployeeContractPreNewServiceImpl extends ServiceImpl<TEmployeeCon
if (year < REQUIRED_SERVICE_YEARS) { if (year < REQUIRED_SERVICE_YEARS) {
//电子签 且 是劳务派遣合同 且 签订期限为固定期限的 合同年前置的合同不能小于 2 年,请检查"; //电子签 且 是劳务派遣合同 且 签订期限为固定期限的 合同年前置的合同不能小于 2 年,请检查";
return "合同的合同年限不能小于 2 年,请检查"; return "劳务派遣合同的合同年限不能小于 2 年,请检查";
} }
} }
if (Common.isNotNull(preVo.getDispatchPeriodMonth()) && Common.isNotNull(preVo.getDispatchPeriodYear())) { if (Common.isNotNull(preVo.getDispatchPeriodMonth()) && Common.isNotNull(preVo.getDispatchPeriodYear())) {
......
...@@ -1190,7 +1190,7 @@ public class EmployeeRegistrationServiceImpl extends ServiceImpl<EmployeeRegistr ...@@ -1190,7 +1190,7 @@ public class EmployeeRegistrationServiceImpl extends ServiceImpl<EmployeeRegistr
if (totalDispatchYears < REQUIRED_SERVICE_YEARS) { if (totalDispatchYears < REQUIRED_SERVICE_YEARS) {
////电子签 且 是劳务派遣合同 且 签订期限为固定期限的 合同年前置的合同不能小于 2 年,请检查"; ////电子签 且 是劳务派遣合同 且 签订期限为固定期限的 合同年前置的合同不能小于 2 年,请检查";
return "合同的合同年限不能小于 2 年,请检查"; return "劳务派遣合同的合同年限不能小于 2 年,请检查";
} }
} }
if (Common.isNotNull(employeeContractPreVo.getDispatchPeriodStart()) if (Common.isNotNull(employeeContractPreVo.getDispatchPeriodStart())
......
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