INSERT INTO io_warehousetemp
(action, mainAction,
code, corpOrderId, actor,
actDate, wrongCode, upperCorpOrderId,
fromCorpID, fromCorp, orderId,batchNo,produceDate,expireDate,serialNo,udi,count,customerId)
VALUES
(
#{item.action},
#{item.mainAction},
#{item.code},
#{item.corpOrderId},
#{item.actor},
#{item.actDate},
#{item.wrongCode},
#{item.upperCorpOrderId},
#{item.fromCorpID},
#{
item.fromCorp
},#{item.orderId}
,#{item.batchNo}
,#{item.produceDate}
,#{item.expireDate}
,#{item.serialNo}
,#{item.udi}
,#{item.count}
,#{item.customerId}
)
DELETE FROM io_warehousetemp WHERE id IN
#{item}