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