Commit 46784c81 authored by hongguangwu's avatar hongguangwu

MVP1.7.16-签署失败

parent 86926cce
...@@ -131,8 +131,8 @@ public class DoFascTask { ...@@ -131,8 +131,8 @@ public class DoFascTask {
pre.setRevokeReason(terminationNote); pre.setRevokeReason(terminationNote);
tEmployeeContractPreService.updateById(pre); tEmployeeContractPreService.updateById(pre);
} }
//如果存在合同申请审核数据,将状态更新成待提交 //如果存在合同申请审核数据,将状态更新成5撤销签署
contractInfo.setAuditStatus(CommonConstants.ZERO_INT); contractInfo.setAuditStatus(CommonConstants.FIVE_INT);
contractInfo.setInUse(CommonConstants.ONE_STRING); contractInfo.setInUse(CommonConstants.ONE_STRING);
tEmployeeContractInfoService.updateById(contractInfo); tEmployeeContractInfoService.updateById(contractInfo);
} else if (fddEvent.equals("sign-task-sign-failed") } else if (fddEvent.equals("sign-task-sign-failed")
...@@ -144,8 +144,8 @@ public class DoFascTask { ...@@ -144,8 +144,8 @@ public class DoFascTask {
pre.setRequestId(""); pre.setRequestId("");
tEmployeeContractPreService.updateById(pre); tEmployeeContractPreService.updateById(pre);
//如果存在合同申请审核数据,将状态更新成待提交 //如果存在合同申请审核数据,将状态更新成6签署失败
contractInfo.setAuditStatus(CommonConstants.ZERO_INT); contractInfo.setAuditStatus(CommonConstants.SIX_INT);
contractInfo.setInUse(CommonConstants.ONE_STRING); contractInfo.setInUse(CommonConstants.ONE_STRING);
tEmployeeContractInfoService.updateById(contractInfo); tEmployeeContractInfoService.updateById(contractInfo);
......
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