Commit 8f8c40a7 authored by huyuchen's avatar huyuchen

huych-社保自动化相关提交

parent 0704d902
......@@ -416,6 +416,10 @@ public class TEmployeePreLogServiceImpl extends ServiceImpl<TEmployeePreLogMappe
//1.9.11 huych 附件类型不比较差异
contractOld.setAttaList(null);
employeeContractPre.setAttaList(null);
//如果电子签签署失败要变更成待发起
if (contractOld.getProcessStatus().equals(CommonConstants.SEVEN_STRING)) {
employeeContractPre.setProcessStatus(CommonConstants.ONE_STRING);
}
differenceContractKey = HrEquator.comparisonValueIgnoreField(contractOld, employeeContractPre, CONTRACT_IGNORE_FIELD);
if (differenceContractKey.length() > 0) {
if (Common.isNotNull(diffTitle)) {
......
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