Browse Source

0412更新

master
ruanqi 2 years ago
parent
commit
a3fef50100
  1. 2
      src/main/resources/mapper/production/DailyPlanMapper.xml

2
src/main/resources/mapper/production/DailyPlanMapper.xml

@ -93,7 +93,7 @@
from ShopOrder A from ShopOrder A
left join Part B on A.site = B.site and A.PartNo = B.PartNo left join Part B on A.site = B.site and A.PartNo = B.PartNo
<where> <where>
and A.E_Levels=2
and (a.PartNo like 'RC%' or a.PartNo like 'SC%')
<if test="site != null and site != ''"> <if test="site != null and site != ''">
and A.Site = #{site,jdbcType=VARCHAR} and A.Site = #{site,jdbcType=VARCHAR}
</if> </if>

Loading…
Cancel
Save