Helius
2021-06-29 2a53d6814b43d58d3b8b373fe2690f68e2e912a8
Merge branch 'score-shop' of http://120.27.238.55:7000/r/xzx into score-shop
1 files modified
2 ■■■ changed files
gc-shop/src/main/resources/mapper/shop/ScoreGoodsMapper.xml 2 ●●● patch | view | raw | blame | history
gc-shop/src/main/resources/mapper/shop/ScoreGoodsMapper.xml
@@ -46,7 +46,7 @@
        <where>
            a.del_flag=0 and a.is_sale=1
            <if test="record.name != null and record.name != ''">
                and a.name like CONCAT(CONCAT(#{record.name}, "%"), "%")
                and a.name like concat('%',#{record.name},'%')
            </if>
            <if test="record.id != null and record.id != ''">
                and a.id=#{record.id}