From c114274023b3a63903cf46d07a775ac5f73f69de Mon Sep 17 00:00:00 2001 From: qiezi <15576055375@163.com> Date: Fri, 25 Apr 2025 11:27:55 +0800 Subject: [PATCH] 2025-04-24 --- .../resources/mapper/quotation/QuotationInformationMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mapper/quotation/QuotationInformationMapper.xml b/src/main/resources/mapper/quotation/QuotationInformationMapper.xml index f054ae9d..cf05e98b 100644 --- a/src/main/resources/mapper/quotation/QuotationInformationMapper.xml +++ b/src/main/resources/mapper/quotation/QuotationInformationMapper.xml @@ -639,7 +639,7 @@ select internal_inquiry_no from plm_quote_detail d - where site = #{site} and d.internal_inquiry_no like #{quotationBatchNo}+'%' + where site = #{site} and d.internal_inquiry_no like #{quotationBatchNo}+'%' and status = '下达' group by site, internal_inquiry_no