From df17a6b04e41a1694456a0327634ddf8c3b29a33 Mon Sep 17 00:00:00 2001 From: linfso Date: Mon, 7 Jul 2025 17:42:37 +0800 Subject: [PATCH] md --- .../main/resources/mapper/EmisTmsCostQuotePriceMapper.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/emis-biz/src/main/resources/mapper/EmisTmsCostQuotePriceMapper.xml b/emis-biz/src/main/resources/mapper/EmisTmsCostQuotePriceMapper.xml index e68b1cd93..5ea87e983 100644 --- a/emis-biz/src/main/resources/mapper/EmisTmsCostQuotePriceMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisTmsCostQuotePriceMapper.xml @@ -112,12 +112,13 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" AND c.del_flag = '0' AND a.start_site_code = b.start_site_code AND a.next_site_code = b.next_site_code + AND a.bl_open='1' AND a.supplier_code = b.supplier_code AND b.batch_no = c.batch_no - and a.start_date b.etd and b.etd a.end_date - and a.fee_type = #{feeType} + AND a.start_date b.etd and b.etd a.end_date + AND a.fee_type = #{feeType} AND c.bill_code = #{billCode}