select barcode_id, print_time, print_person, batch_flag, barcode_type, barcode_info, batch_code, pallet_info_code, material_id, manufacturer_id, amount, machine_name, po_no, production_date, accepted_date, last_outstock_date, plan_code, plan_detail_code, sale_order_id, saleorder_code, project_no, serial_number, remark, bind_status, bind_by, bind_time, update_by, update_time from mes_base_barcode_info insert into mes_base_barcode_info print_time, print_person, batch_flag, barcode_type, barcode_info, batch_code, pallet_info_code, material_id, manufacturer_id, amount, machine_name, po_no, production_date, accepted_date, last_outstock_date, plan_code, plan_detail_code, sale_order_id, saleorder_code, project_no, serial_number, remark, bind_status, bind_by, bind_time, update_by, update_time, #{printTime}, #{printPerson}, #{batchFlag}, #{barcodeType}, #{barcodeInfo}, #{batchCode}, #{palletInfoCode}, #{materialId}, #{manufacturerId}, #{amount}, #{machineName}, #{poNo}, #{productionDate}, #{acceptedDate}, #{lastOutstockDate}, #{planCode}, #{planDetailCode}, #{saleOrderId}, #{saleorderCode}, #{projectNo}, #{serialNumber}, #{remark}, #{bindStatus}, #{bindBy}, #{bindTime}, #{updateBy}, #{updateTime}, update mes_base_barcode_info print_time = #{printTime}, print_person = #{printPerson}, batch_flag = #{batchFlag}, barcode_type = #{barcodeType}, barcode_info = #{barcodeInfo}, batch_code = #{batchCode}, pallet_info_code = #{palletInfoCode}, material_id = #{materialId}, manufacturer_id = #{manufacturerId}, amount = #{amount}, machine_name = #{machineName}, po_no = #{poNo}, production_date = #{productionDate}, accepted_date = #{acceptedDate}, last_outstock_date = #{lastOutstockDate}, plan_code = #{planCode}, plan_detail_code = #{planDetailCode}, saleorder_code = #{saleorderCode}, project_no = #{projectNo}, serial_number = #{serialNumber}, remark = #{remark}, bind_status = #{bindStatus}, bind_by = #{bindBy}, bind_time = #{bindTime}, update_by = #{updateBy}, update_time = #{updateTime}, where barcode_id = #{barcodeId} delete from mes_base_barcode_info where barcode_id = #{barcodeId} delete from mes_base_barcode_info where barcode_id in #{barcodeId}