diff --git a/emis-biz/src/main/resources/mapper/EmisTmsSiteBatchMapper.xml b/emis-biz/src/main/resources/mapper/EmisTmsSiteBatchMapper.xml
index 15c17929b..a8a5131aa 100644
--- a/emis-biz/src/main/resources/mapper/EmisTmsSiteBatchMapper.xml
+++ b/emis-biz/src/main/resources/mapper/EmisTmsSiteBatchMapper.xml
@@ -406,7 +406,6 @@
total_volume,
total_weight,
total_settlement_weight,
- bl_profit,
op_man,
remark,
tenant_id,
@@ -448,7 +447,6 @@
#{totalVolume},
#{totalWeight},
#{totalSettlementWeight},
- #{blProfit},
#{opMan},
#{remark},
#{tenantId},
@@ -494,7 +492,6 @@
total_volume = #{totalVolume},
total_weight = #{totalWeight},
total_settlement_weight = #{totalSettlementWeight},
- bl_profit = #{blProfit},
op_man = #{opMan},
remark = #{remark},
tenant_id = #{tenantId},