Browse Source

0412更新

master
ruanqi 1 year ago
parent
commit
5cbfd2991b
  1. 2
      src/main/resources/mapper/production/DailyPlanMapper.xml

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

@ -1374,7 +1374,7 @@
<if test="query.startDate != null ">
and r2.S_ScheduledDate >= #{query.startDate}
</if>
<if test="query.endDate != null ">0
<if test="query.endDate != null ">
and #{query.endDate} >= r2.S_ScheduledDate
</if>
<if test="query.seqNo != null ">

Loading…
Cancel
Save