select PO_ID, PNO, Wl_Code, Itemname, Itemstandard, Stock_dw, Qty, Weight, Crl_Name, Price, Amt, SendDate, MemoList, OrderQty, Q_Qty, PO_qty, po_dw, po_price, po_relation, get_date, huili, RMB_Price, gysno, Kill_QTY, JA_Flag, tax_memolist, juan_num, p_wldm, not_submitted_num, submitted_num from buyorder_list
insert into buyorder_list
PO_ID,
PNO,
Wl_Code,
Itemname,
Itemstandard,
Stock_dw,
Qty,
Weight,
Crl_Name,
Price,
Amt,
SendDate,
MemoList,
OrderQty,
Q_Qty,
PO_qty,
po_dw,
po_price,
po_relation,
get_date,
huili,
RMB_Price,
gysno,
Kill_QTY,
JA_Flag,
tax_memolist,
juan_num,
p_wldm,
not_submitted_num,
submitted_num,
#{poId},
#{PNO},
#{wlCode},
#{Itemname},
#{Itemstandard},
#{stockDw},
#{Qty},
#{Weight},
#{crlName},
#{Price},
#{Amt},
#{SendDate},
#{MemoList},
#{OrderQty},
#{qQty},
#{poQty},
#{poDw},
#{poPrice},
#{poRelation},
#{getDate},
#{huili},
#{rmbPrice},
#{gysno},
#{killQty},
#{jaFlag},
#{taxMemolist},
#{juanNum},
#{pWldm},
#{notSubmittedNum},
#{submittedNum},
update buyorder_list
PNO = #{PNO},
Wl_Code = #{wlCode},
Itemname = #{Itemname},
Itemstandard = #{Itemstandard},
Stock_dw = #{stockDw},
Qty = #{Qty},
Weight = #{Weight},
Crl_Name = #{crlName},
Price = #{Price},
Amt = #{Amt},
SendDate = #{SendDate},
MemoList = #{MemoList},
OrderQty = #{OrderQty},
Q_Qty = #{qQty},
PO_qty = #{poQty},
po_dw = #{poDw},
po_price = #{poPrice},
po_relation = #{poRelation},
get_date = #{getDate},
huili = #{huili},
RMB_Price = #{rmbPrice},
gysno = #{gysno},
Kill_QTY = #{killQty},
JA_Flag = #{jaFlag},
tax_memolist = #{taxMemolist},
juan_num = #{juanNum},
p_wldm = #{pWldm},
not_submitted_num = #{notSubmittedNum},
submitted_num = #{submittedNum},
where PO_ID = #{poId}
delete from buyorder_list where PO_ID = #{poId}
delete from buyorder_list where PO_ID in
#{poId}