From a3fef501004a44ba6a36b68c474b91d0ebde5e4f Mon Sep 17 00:00:00 2001 From: ruanqi Date: Mon, 11 Sep 2023 15:38:26 +0800 Subject: [PATCH] =?UTF-8?q?0412=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/production/DailyPlanMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mapper/production/DailyPlanMapper.xml b/src/main/resources/mapper/production/DailyPlanMapper.xml index ddac860..ad0ba08 100644 --- a/src/main/resources/mapper/production/DailyPlanMapper.xml +++ b/src/main/resources/mapper/production/DailyPlanMapper.xml @@ -93,7 +93,7 @@ from ShopOrder A left join Part B on A.site = B.site and A.PartNo = B.PartNo - and A.E_Levels=2 + and (a.PartNo like 'RC%' or a.PartNo like 'SC%') and A.Site = #{site,jdbcType=VARCHAR}