Browse Source

0412更新

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

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

@ -1269,7 +1269,7 @@
<if test="query.endDate != null ">
and #{query.endDate} >= a.S_ScheduledDate
</if>
and dbo.Get_scheduleIssure(a.Site,a.SeqNo) is not null
<if test="query.partNo != null and query.partNo != ''">
AND a.partNo like #{query.partNo}

Loading…
Cancel
Save