|
|
@@ -527,7 +527,7 @@ public class PtlAgreementProductCostsNewServiceImpl extends ServiceImpl<PtlAgree
|
|
|
.lt(PtlAgreementProductCostsNew::getCostsStartDate, formattedDateTime)
|
|
|
.gt(PtlAgreementProductCostsNew::getCostsEndDate, formattedDateTime)
|
|
|
// 是有禁用
|
|
|
- .gt(PtlAgreementProductCostsNew::getValidStatus, ValidStatus.AVS_1.getCode())
|
|
|
+ .eq(PtlAgreementProductCostsNew::getValidStatus, ValidStatus.AVS_1.getCode())
|
|
|
// 审核状态
|
|
|
.eq(PtlAgreementProductCostsNew::getIsAudit, AgreementProductCostsAuditStatus.COSTS_AUDIT_STATUS_1.getCode())
|
|
|
.orderBy(true, true, PtlAgreementProductCostsNew::getPriorityLevel));
|