Commit 4fab56f9 authored by fangxinjiang's avatar fangxinjiang

合同续签待办-fxj

parent c562f1ac
...@@ -1298,7 +1298,7 @@ public class TEmployeeContractPreNewServiceImpl extends ServiceImpl<TEmployeeCon ...@@ -1298,7 +1298,7 @@ public class TEmployeeContractPreNewServiceImpl extends ServiceImpl<TEmployeeCon
audit.setCreateName("系统自动撤销"); audit.setCreateName("系统自动撤销");
audit.setLinkId(contractInfo.getId()); audit.setLinkId(contractInfo.getId());
audit.setLinkType(CommonConstants.ONE_INT); audit.setLinkType(CommonConstants.ONE_INT);
audit.setRemark("电子合同签署超过1个月未完成签署系统,自动撤销"); audit.setRemark("电子合同续签超过一个月未完成签署,系统自动撤销");
tEmployeeContractAuditService.save(audit); tEmployeeContractAuditService.save(audit);
} }
//更新合同续签待办提醒的办理状态为待办理 //更新合同续签待办提醒的办理状态为待办理
......
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