ct преди 3 дни
родител
ревизия
056896afed
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      fs-service/src/main/resources/mapper/hisStore/FsStoreCartScrmMapper.xml

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