Commit 8f9ad1ea authored by huyuchen's avatar huyuchen

huych-合同自动化相关提交

parent 93506ea6
...@@ -948,9 +948,9 @@ public class TEmployeeContractPreServiceImpl extends ServiceImpl<TEmployeeContra ...@@ -948,9 +948,9 @@ public class TEmployeeContractPreServiceImpl extends ServiceImpl<TEmployeeContra
List<TEmployeeContractPre> revokedContracts = baseMapper.selectList(Wrappers.<TEmployeeContractPre>query() List<TEmployeeContractPre> revokedContracts = baseMapper.selectList(Wrappers.<TEmployeeContractPre>query()
.lambda() .lambda()
.in(TEmployeeContractPre::getContractId, contractIds) .in(TEmployeeContractPre::getContractId, contractIds)
.eq(TEmployeeContractPre::getProcessStatus, CommonConstants.ONE_STRING) // 待发起 .eq(TEmployeeContractPre::getProcessStatus, CommonConstants.ELEVEN_STRING) // 撤销签署-系统自动撤销
.eq(TEmployeeContractPre::getSignType, CommonConstants.ONE_STRING) // 线下签 .eq(TEmployeeContractPre::getSignType, CommonConstants.ONE_STRING) // 线下签
.eq(TEmployeeContractPre::getRevokeReason, "超时未签署自行变更为线下签") .eq(TEmployeeContractPre::getChangeTypeReason, "超时未签署自行变更为线下签")
); );
if (Common.isEmpty(revokedContracts)) { if (Common.isEmpty(revokedContracts)) {
......
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