xiaoyong931011
2021-06-29 cab3813329abd276eba21935421786dd8c35f5f5
20210629 集物员审核
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}