From 49c0eae3619d42d4bab5120f8b8d16dbd1eec25a Mon Sep 17 00:00:00 2001 From: linfso Date: Wed, 17 Apr 2024 19:00:49 +0800 Subject: [PATCH] md --- .../src/main/resources/mapper/EmisSpecialCalcWeightMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}