c13cc7349ca2a5ffa8eb1d41c583ceef2647abdb..97e758e26fd44d4b907daf509f8a014f3453d8b4
2021-06-24 xiaoyong931011
Merge branch 'score-shop' of http://120.27.238.55:7000/r/xzx into score-shop
97e758 diff | tree
2021-06-24 xiaoyong931011
20210624 商品分类
8acbc5 diff | tree
1 files modified
7 ■■■■■ changed files
gc-shop/src/main/resources/mapper/shop/ScoreGoodsMapper.xml 7 ●●●●● patch | view | raw | blame | history
gc-shop/src/main/resources/mapper/shop/ScoreGoodsMapper.xml
@@ -11,9 +11,10 @@
        <if test="name != null and name != ''">
            and a.name like concat('%',#{name},'%')
        </if>
        <if test="delFlag == 0 or delFlag == 1">
            and a.del_flag = #{delFlag}
        </if>
<!--        <if test="delFlag == 0 or delFlag == 1">-->
<!--            and a.del_flag = #{delFlag}-->
<!--        </if>-->
        and a.del_flag = 0
        order by a.CREATED_TIME desc
    </select>