ct 3 日 前
コミット
056896afed

+ 1 - 0
fs-service/src/main/resources/mapper/hisStore/FsStoreCartScrmMapper.xml

@@ -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>