Commit 80fb30ca authored by huyuchen's avatar huyuchen

huych-社保自动化相关提交

parent 7317bfd5
......@@ -2685,7 +2685,7 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T
}
//审核不同
} else if (CommonConstants.ONE_STRING.equals(vo.getType())) {
//更新合同状态为4线下签审核不通过
//更新合同状态为2线下签审核不通过
TEmployeeContractPre contractPre = contractPreMapper.selectOne(Wrappers.<TEmployeeContractPre>query().lambda()
.eq(TEmployeeContractPre::getContractId, c.getId())
.eq(TEmployeeContractPre::getProcessStatus, CommonConstants.TWO_STRING)
......
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