Преглед на файлове

协议查找非现询协议

785834757 преди 2 години
родител
ревизия
ca6b70ca00
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      src/main/java/com/ydtech/modules/protocols/service/impl/PtlAgreementProductCostsNewServiceImpl.java

+ 1 - 0
src/main/java/com/ydtech/modules/protocols/service/impl/PtlAgreementProductCostsNewServiceImpl.java

@@ -1879,6 +1879,7 @@ public class PtlAgreementProductCostsNewServiceImpl extends ServiceImpl<PtlAgree
             queryWrapper.eq(PtlAgreementProductCostsNew::getProductId, inquiryNowFeeQueryVo.getProductId());
         }
         queryWrapper.eq(PtlAgreementProductCostsNew::getIsAudit,"1");
+        queryWrapper.eq(PtlAgreementProductCostsNew::getIsInquiryNow,"0");
         return baseMapper.selectList(queryWrapper);
     }
 }