Commit e8ea6c06 authored by fangxinjiang's avatar fangxinjiang

优化-fxj

parent 8b997e2f
......@@ -738,7 +738,7 @@ public class TEmployeeContractPreServiceImpl extends ServiceImpl<TEmployeeContra
.eq(TEmployeeContractPre::getEmpIdcard, vo.getEmpIdcard())
.eq(TEmployeeContractPre::getDeptNo, vo.getDeptNo())
.ne(TEmployeeContractPre::getProcessStatus, CommonConstants.TEN_STRING)
.ne(TEmployeeContractPre::getIsRefuse, CommonConstants.ONE_STRING)
.ne(TEmployeeContractPre::getIsRefuse, CommonConstants.ZERO_STRING)
.last(CommonConstants.LAST_ONE_SQL));
if (Common.isNotNull(contractPre)) {
//如果是已完结判断合同申请数据在不在用
......
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