select location_barcode_id, location_code, material_id, barcode_info, remark, create_by, create_time from wms_location_barcode insert into wms_location_barcode location_code, material_id, barcode_info, remark, create_by, create_time, #{locationCode}, #{materialId}, #{barcodeInfo}, #{remark}, #{createBy}, #{createTime}, update wms_location_barcode location_code = #{locationCode}, material_id = #{materialId}, barcode_info = #{barcodeInfo}, remark = #{remark}, create_by = #{createBy}, create_time = #{createTime}, where location_barcode_id = #{locationBarcodeId} delete from wms_location_barcode where location_barcode_id = #{locationBarcodeId} delete from wms_location_barcode where location_barcode_id in #{locationBarcodeId} insert into wms_location_barcode( location_barcode_id, location_code, material_id, barcode_info, remark, create_by, create_time) values ( #{item.locationBarcodeId}, #{item.locationCode}, #{item.materialId}, #{item.barcodeInfo}, #{item.remark}, #{item.createBy}, #{item.createTime})