Commit a8ad6c62 authored by huyuchen's avatar huyuchen

huych-社保自动化相关提交

parent 5b34053c
...@@ -236,6 +236,8 @@ public class TEmployeeContractPreController { ...@@ -236,6 +236,8 @@ public class TEmployeeContractPreController {
.or() .or()
.eq(TEmployeeContractInfo::getAuditStatus, CommonConstants.TWO_INT) .eq(TEmployeeContractInfo::getAuditStatus, CommonConstants.TWO_INT)
.eq(TEmployeeContractInfo::getInUse, CommonConstants.ZERO_STRING) .eq(TEmployeeContractInfo::getInUse, CommonConstants.ZERO_STRING)
.or()
.eq(TEmployeeContractInfo::getAuditStatus, CommonConstants.FOUR_INT)
) )
.eq(TEmployeeContractInfo::getDeleteFlag, CommonConstants.ZERO_INT)); .eq(TEmployeeContractInfo::getDeleteFlag, CommonConstants.ZERO_INT));
return R.ok(employeeContractInfo); return R.ok(employeeContractInfo);
......
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