Commit 27a8d8a8 authored by fangxinjiang's avatar fangxinjiang

撤销签署提示优化-fxj

parent a3ebe62c
......@@ -659,7 +659,7 @@ public class TEmployeeContractPreServiceImpl extends ServiceImpl<TEmployeeContra
!CommonConstants.ONE_STRING.equals(pre.getProcessStatus()) &&
Common.isNotNull(pre.getContractId())) {
TEmployeeContractAudit audit = new TEmployeeContractAudit();
audit.setRootName("撤销签署");
audit.setRootName("撤销签署(合同待办列表消失)");
audit.setLinkId(pre.getContractId());
audit.setLinkType(CommonConstants.ONE_INT);
audit.setRemark(registRevokeVo.getReason());
......
......@@ -250,7 +250,7 @@ public class DoFascTask {
!CommonConstants.ONE_STRING.equals(pre.getProcessStatus()) &&
Common.isNotNull(pre.getContractId())) {
// 加日志
this.saveAuditLogFail(pre, "撤销签署成功", terminationNote);
this.saveAuditLogFail(pre, "撤销签署成功(合同待办列表消失)", terminationNote);
}
if (!CommonConstants.ELEVEN_STRING.equals(pre.getProcessStatus())) {
pre.setProcessStatus(CommonConstants.TEN_STRING);
......
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