Commit 4d2d357d authored by fangxinjiang's avatar fangxinjiang

合同续签待办-fxj

parent 92d4cfa8
......@@ -1285,7 +1285,7 @@ public class TEmployeeContractPreNewServiceImpl extends ServiceImpl<TEmployeeCon
LambdaUpdateWrapper<TEmployeeContractPreNew> updateWrapper = new LambdaUpdateWrapper<>();
updateWrapper.eq(TEmployeeContractPreNew::getId, preNew.getId())
.set(TEmployeeContractPreNew::getProcessStatus, CommonConstants.ELEVEN_STRING) // 11 撤销签署-系统自动撤销
.set(TEmployeeContractPreNew::getSignType, CommonConstants.ONE_STRING) // 线下签
//.set(TEmployeeContractPreNew::getSignType, CommonConstants.ONE_STRING) // 线下签
.set(TEmployeeContractPreNew::getRevokeReason, "超时未签署自行变更为线下签")
.set(TEmployeeContractPreNew::getChangeTypeReason, "超时未签署自行变更为线下签")
.set(TEmployeeContractPreNew::getChangeTypeUser, "超管")
......@@ -1381,7 +1381,7 @@ public class TEmployeeContractPreNewServiceImpl extends ServiceImpl<TEmployeeCon
.lambda()
.in(TEmployeeContractPreNew::getContractId, contractIds)
.eq(TEmployeeContractPreNew::getProcessStatus, CommonConstants.ELEVEN_STRING) // 撤销签署-系统自动撤销
.eq(TEmployeeContractPreNew::getSignType, CommonConstants.ZERO_STRING) // 电子
.eq(TEmployeeContractPreNew::getSignType, CommonConstants.ZERO_STRING) // 线下
.eq(TEmployeeContractPreNew::getChangeTypeReason, "超时未签署自行变更为线下签")
);
......
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