This commit is contained in:
linfso 2024-06-20 19:08:10 +08:00
parent 47bfca4c55
commit ab40bc44eb

View File

@ -121,7 +121,7 @@
where a.id = #{id}
</select>
<select id="selectEmisTmsPackByPackNo" parameterType="Long" resultMap="EmisTmsPackResult">
<select id="selectEmisTmsPackByPackNo" parameterType="String" resultMap="EmisTmsPackResult">
select id, pack_no, pack_name, pack_date, dest_country, dest_country_name, bl_unpack, send_stite_code, next_site_code, next_station, total_parcel_qty, total_waybill_qty, total_volume, total_weight, pack_status, print_status, print_count, print_date, 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 a
where a.pack_no = #{packNo}