From bddd8e3df42534a9dd2975a7a9c2e5485d353053 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Thu, 5 Feb 2026 10:30:06 +0800 Subject: [PATCH] =?UTF-8?q?2026-02-05=20=E9=94=80=E5=94=AE=E6=8A=A5?= =?UTF-8?q?=E4=BB=B7=E7=8A=B6=E6=80=81=E6=A0=A1=E9=AA=8C=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/quote/QuoteDetailMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mapper/quote/QuoteDetailMapper.xml b/src/main/resources/mapper/quote/QuoteDetailMapper.xml index ab6ccd55..301203b7 100644 --- a/src/main/resources/mapper/quote/QuoteDetailMapper.xml +++ b/src/main/resources/mapper/quote/QuoteDetailMapper.xml @@ -315,7 +315,7 @@ left join part pp on qd.part_no = pp.part_no and qd.site = pp.site - and qd.status = '下达' + and qd.status = '已完成' and qd.site = #{site}