Browse Source

0412更新

master
ruanqi 11 months ago
parent
commit
a71ebc8956
  1. 2
      src/main/resources/mapper/production/DailyPlanMapper.xml

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

@ -902,7 +902,7 @@
LEFT JOIN Part c on b.PartNo=c.PartNo and b.site=c.site
<where>
and a.Status!='已取消' and a.ToTypeFlag_DB not in ('I','Q')
and a.Status!='已取消' and a.ToTypeFlag_DB = 'W'
<if test="startDate != null ">
and TransDate >= #{startDate}
</if>

Loading…
Cancel
Save