diff --git a/emis-biz/src/main/resources/mapper/EmisSpecialCalcWeightMapper.xml b/emis-biz/src/main/resources/mapper/EmisSpecialCalcWeightMapper.xml
index 16a62fc59..057256297 100644
--- a/emis-biz/src/main/resources/mapper/EmisSpecialCalcWeightMapper.xml
+++ b/emis-biz/src/main/resources/mapper/EmisSpecialCalcWeightMapper.xml
@@ -34,7 +34,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and prod_code=#{prodCode}
and prod_name like concat('%', #{prodName}, '%')
and status = #{status}
- and carry_type like concat('%', #{carryType}, '%')
+ and carry_type=#{carryType}
and begin_weight = #{beginWeight}
and end_weight = #{endWeight}
and begin_date = #{beginDate}