@ -46,8 +46,10 @@
rw.create_time,
rw.create_by,
rw.order_no,
ss.QtyApprove as qtyApprove,
rw.reporting_time
from so_rework_record rw
left join SOScheduledRouting ss on rw.seq_no = ss.SeqNo and rw.site = ss.Site
<where>
rw.rework_status = '返工中'
<if test="site != null and site != ''">