ac70d6dc68640056bb1d3e3b200c71d4ba3b2abe..357f148f73eed2b25da6ecd13bc3e632c07d4c11
2021-06-29 xiaoyong931011
Merge branch 'score-shop' of http://120.27.238.55:7000/r/xzx into score-shop
357f14 diff | tree
2021-06-29 xiaoyong931011
20210629 集物员审核
cab381 diff | tree
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}