no message
parent
efacfdf9ed
commit
898360f0b3
|
|
@ -31,6 +31,7 @@
|
|||
SELECT pd.* FROM data_pick p
|
||||
JOIN data_pick_detail pd ON pd.pick_id=p.id
|
||||
WHERE p.`status` in (1,2,4)
|
||||
AND pd.order_qty-pd.allocated_qty>0
|
||||
ORDER BY p.order_date,pd.line_no
|
||||
</select>
|
||||
</mapper>
|
||||
|
|
|
|||
Loading…
Reference in New Issue