Commit 957edbc5 authored by fangxinjiang's avatar fangxinjiang

合同续签待办-fxj

parent 4fab56f9
...@@ -772,7 +772,7 @@ public class TEmployeeContractPreNewServiceImpl extends ServiceImpl<TEmployeeCon ...@@ -772,7 +772,7 @@ public class TEmployeeContractPreNewServiceImpl extends ServiceImpl<TEmployeeCon
// 更新processStatus为电子签发起失败 // 更新processStatus为电子签发起失败
LambdaUpdateWrapper<TEmployeeContractPreNew> updateWrapper = new LambdaUpdateWrapper<>(); LambdaUpdateWrapper<TEmployeeContractPreNew> updateWrapper = new LambdaUpdateWrapper<>();
updateWrapper.eq(TEmployeeContractPreNew::getId, contractPre.getId()) updateWrapper.eq(TEmployeeContractPreNew::getId, contractPre.getId())
.set(TEmployeeContractPreNew::getProcessStatus, CommonConstants.FIVE_STRING) .set(TEmployeeContractPreNew::getErrorTime, new Date())
.set(TEmployeeContractPreNew::getErrorInfo, "系统自动撤销签署须走线下签!"); .set(TEmployeeContractPreNew::getErrorInfo, "系统自动撤销签署须走线下签!");
this.update(updateWrapper); this.update(updateWrapper);
......
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