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}