ruanqi 3 years ago
parent
commit
0f6efa1af0
  1. 1
      src/main/resources/mapper/schedule/ScheduleMapper.xml

1
src/main/resources/mapper/schedule/ScheduleMapper.xml

@ -27,6 +27,7 @@
<!-- AND a.Status IN ${status}-->
<!-- </if>-->
and a.status in ('已下达','已发料','已入库','已开工','已排产')
AND S.itemNo is not null
<if test="startDate1 != null ">
AND a.EnterDate >= #{startDate1}
</if>

Loading…
Cancel
Save