This commit is contained in:
linfso 2024-04-17 19:00:49 +08:00
parent a8d7b4370c
commit 49c0eae361

View File

@ -34,7 +34,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="prodCode != null and prodCode != ''"> and prod_code=#{prodCode}</if>
<if test="prodName != null and prodName != ''"> and prod_name like concat('%', #{prodName}, '%')</if>
<if test="status != null "> and status = #{status}</if>
<if test="carryType != null and carryType != ''"> and carry_type like concat('%', #{carryType}, '%')</if>
<if test="carryType != null and carryType != ''"> and carry_type=#{carryType} </if>
<if test="beginWeight != null "> and begin_weight = #{beginWeight}</if>
<if test="endWeight != null "> and end_weight = #{endWeight}</if>
<if test="beginDate != null "> and begin_date = #{beginDate}</if>