select warehousingPurchaseNotice_NO, customer_ID, customer_name, warehousing_type, warehousingNotice_date, purchaseOrder_NO, domesticOrExport, warehouse_NO, warehouse_name, itemTimes, item_NO, item_name, specificationModel, machine_type, unit, warehousing_amt, purchaseOrder_amt, spell_1, spell_2 from warehousing_purchase_notice
insert into warehousing_purchase_notice
warehousingPurchaseNotice_NO,
customer_ID,
customer_name,
warehousing_type,
warehousingNotice_date,
purchaseOrder_NO,
domesticOrExport,
warehouse_NO,
warehouse_name,
itemTimes,
item_NO,
item_name,
specificationModel,
machine_type,
unit,
warehousing_amt,
purchaseOrder_amt,
spell_1,
spell_2,
#{warehousingpurchasenoticeNo},
#{customerId},
#{customerName},
#{warehousingType},
#{warehousingnoticeDate},
#{purchaseorderNo},
#{domesticOrExport},
#{warehouseNo},
#{warehouseName},
#{itemTimes},
#{itemNo},
#{itemName},
#{specificationModel},
#{machineType},
#{unit},
#{warehousingAmt},
#{purchaseorderAmt},
#{spell1},
#{spell2},
update warehousing_purchase_notice
customer_ID = #{customerId},
customer_name = #{customerName},
warehousing_type = #{warehousingType},
warehousingNotice_date = #{warehousingnoticeDate},
purchaseOrder_NO = #{purchaseorderNo},
domesticOrExport = #{domesticOrExport},
warehouse_NO = #{warehouseNo},
warehouse_name = #{warehouseName},
itemTimes = #{itemTimes},
item_NO = #{itemNo},
item_name = #{itemName},
specificationModel = #{specificationModel},
machine_type = #{machineType},
unit = #{unit},
warehousing_amt = #{warehousingAmt},
purchaseOrder_amt = #{purchaseorderAmt},
spell_1 = #{spell1},
spell_2 = #{spell2},
where warehousingPurchaseNotice_NO = #{warehousingpurchasenoticeNo}
delete from warehousing_purchase_notice where warehousingPurchaseNotice_NO = #{warehousingpurchasenoticeNo}
delete from warehousing_purchase_notice where warehousingPurchaseNotice_NO in
#{warehousingpurchasenoticeNo}