select a.notify_no as notifyNo,a.site,a.item_no as itemNo,a.fgpart_no as fgPartNo,a.soorder_no as soorderNo,a.ops_item_no as opsItemNo,a.seq_no as seqNo,
a.issure_qty as issureQty,a.location_no as locationNo,a.need_date as needDate,a.out_work_order_flag as outWorkOrderFlag,a.release_no as releaseNo,a.sequence_no as sequenceNo
a.issure_qty as issureQty,a.location_no as locationNo,a.need_date as needDate,a.out_work_order_flag as outWorkOrderFlag,a.release_no as releaseNo,a.sequence_no as sequenceNo,a.push_wms_flag as pushWmsFlag,a.transport_flag as transportFlag
from SOIssueNotifyOrderList a
where a.notify_no=#{notifyNo} and a.site=#{site}
where a.notify_no=#{notifyNo} and a.site=#{site} and a.order_type='shoporder'