diff --git a/emis-biz/src/main/resources/mapper/EmisTmsPackMapper.xml b/emis-biz/src/main/resources/mapper/EmisTmsPackMapper.xml
index 45e437f52..0977e4a89 100644
--- a/emis-biz/src/main/resources/mapper/EmisTmsPackMapper.xml
+++ b/emis-biz/src/main/resources/mapper/EmisTmsPackMapper.xml
@@ -263,7 +263,6 @@
-
update emis_tms_pack
@@ -302,44 +301,6 @@
where pack_no = #{packNo} and del_flag='0'
-
- update emis_tms_pack
-
- pack_no = #{packNo},
- pack_name = #{packName},
- pack_date = #{packDate},
- dest_country = #{destCountry},
- dest_country_name = #{destCountryName},
- bl_unpack = #{blUnpack},
- send_stite_code = #{sendStiteCode},
- next_site_code = #{nextSiteCode},
- next_station = #{nextStation},
- total_parcel_qty = #{totalParcelQty},
- total_waybill_qty = #{totalWaybillQty},
- total_volume = #{totalVolume},
- total_weight = #{totalWeight},
- pack_status = #{packStatus},
- print_status = #{printStatus},
- print_count = #{printCount},
- print_date = #{printDate},
- 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}
-
update emis_tms_pack set del_flag='1' where id = #{id}
diff --git a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml
index 81eb5f6a6..1cc5dba80 100644
--- a/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml
+++ b/emis-biz/src/main/resources/mapper/EmisWaybillMapper.xml
@@ -490,279 +490,6 @@
-