Insert Into STORAGE_MAIN (
goods_template_id,
cell_id,
stock_barcode,
cell_model,
full_flag,
storage_remark,
storage_operator
)Values(
#GOODS_TEMPLATE_ID#,
#CELL_ID#,
#STOCK_BARCODE#,
#CELL_MODEL#,
#FULL_FLAG#,
#STORAGE_REMARK#,
#STORAGE_OPERATOR#
)
select @@IDENTITY as value
Update STORAGE_MAIN Set
goods_template_id=#GOODS_TEMPLATE_ID#,
cell_id=#CELL_ID#,
stock_barcode=#STOCK_BARCODE#,
cell_model=#CELL_MODEL#,
full_flag=#FULL_FLAG#,
storage_remark=#STORAGE_REMARK#,
storage_operator=#STORAGE_OPERATOR#
storage_id=#STORAGE_ID#
Delete From STORAGE_MAIN
storage_id=#STORAGE_ID#