@@ -36,6 +36,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="isDel != null "> and is_del = #{isDel}</if>
<if test="isBuy != null "> and is_buy = #{isBuy}</if>
<if test="changePrice != null "> and change_price = #{changePrice}</if>
+ <if test="isGift != null "> and is_gift = #{isGift}</if>
</where>
</select>