Commit 92d4cfa8 authored by fangxinjiang's avatar fangxinjiang

合同续签待办-fxj

parent df5d53c1
...@@ -1381,7 +1381,7 @@ public class TEmployeeContractPreNewServiceImpl extends ServiceImpl<TEmployeeCon ...@@ -1381,7 +1381,7 @@ public class TEmployeeContractPreNewServiceImpl extends ServiceImpl<TEmployeeCon
.lambda() .lambda()
.in(TEmployeeContractPreNew::getContractId, contractIds) .in(TEmployeeContractPreNew::getContractId, contractIds)
.eq(TEmployeeContractPreNew::getProcessStatus, CommonConstants.ELEVEN_STRING) // 撤销签署-系统自动撤销 .eq(TEmployeeContractPreNew::getProcessStatus, CommonConstants.ELEVEN_STRING) // 撤销签署-系统自动撤销
.eq(TEmployeeContractPreNew::getSignType, CommonConstants.ONE_STRING) // 线下 .eq(TEmployeeContractPreNew::getSignType, CommonConstants.ZERO_STRING) // 电子
.eq(TEmployeeContractPreNew::getChangeTypeReason, "超时未签署自行变更为线下签") .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