select id, pack_no, pack_name, pack_date, dest_country, dest_country_name, bl_unpack, next_station, next_stite_code, total_parcel_qty, total_waybill_qty, total_volume, total_weight, pack_status, ext_data, op_man, ext1, ext2, ext3, ext4, remark, tenant_id, del_flag, create_by, create_time, update_by, update_time, create_site, update_site from emis_tms_pack insert into emis_tms_pack id, pack_no, pack_name, pack_date, dest_country, dest_country_name, bl_unpack, next_station, next_stite_code, total_parcel_qty, total_waybill_qty, total_volume, total_weight, pack_status, ext_data, op_man, ext1, ext2, ext3, ext4, remark, tenant_id, del_flag, create_by, create_time, update_by, update_time, create_site, update_site, #{id}, #{packNo}, #{packName}, #{packDate}, #{destCountry}, #{destCountryName}, #{blUnpack}, #{nextStation}, #{nextStiteCode}, #{totalParcelQty}, #{totalWaybillQty}, #{totalVolume}, #{totalWeight}, #{packStatus}, #{extData}, #{opMan}, #{ext1}, #{ext2}, #{ext3}, #{ext4}, #{remark}, #{tenantId}, #{delFlag}, #{createBy}, #{createTime}, #{updateBy}, #{updateTime}, #{createSite}, #{updateSite}, update emis_tms_pack pack_no = #{packNo}, pack_name = #{packName}, pack_date = #{packDate}, dest_country = #{destCountry}, dest_country_name = #{destCountryName}, bl_unpack = #{blUnpack}, next_station = #{nextStation}, next_stite_code = #{nextStiteCode}, total_parcel_qty = #{totalParcelQty}, total_waybill_qty = #{totalWaybillQty}, total_volume = #{totalVolume}, total_weight = #{totalWeight}, pack_status = #{packStatus}, ext_data = #{extData}, op_man = #{opMan}, ext1 = #{ext1}, ext2 = #{ext2}, ext3 = #{ext3}, ext4 = #{ext4}, remark = #{remark}, tenant_id = #{tenantId}, del_flag = #{delFlag}, create_by = #{createBy}, create_time = #{createTime}, update_by = #{updateBy}, update_time = #{updateTime}, create_site = #{createSite}, update_site = #{updateSite}, where id = #{id} delete from emis_tms_pack where id = #{id} delete from emis_tms_pack where id in #{id}