xiaoyong931011
2023-01-06 e45f2e2b0b1c8120c1ebf0bad5100688f7ece27c
20221227 充值归集
1 files modified
4 ■■■■ changed files
src/main/resources/mapper/modules/MallOrderInfoMapper.xml 4 ●●●● patch | view | raw | blame | history
src/main/resources/mapper/modules/MallOrderInfoMapper.xml
@@ -152,7 +152,7 @@
                and (b.goods_name like CONCAT('%', CONCAT(#{record.query}, '%')) or b.style_name like CONCAT('%', CONCAT(#{record.query}, '%')) or b.sku_name like CONCAT('%', CONCAT(#{record.query}, '%')))
            </if>
            <if test="record.status == 6 and record.status != 0">
                and a.status = 4 and a.comment_state = 1
                and a.status = 4 and a.comment_state != 2
            </if>
            <if test="record.status == 4 and record.status != 0">
                and a.status = 4
@@ -170,7 +170,7 @@
                and a.order_type=#{record.orderType}
            </if>
            <if test="record.allStatus == 2">
                and a.status <![CDATA[< ]]> 4 and a.comment_state = 1
                and a.status <![CDATA[<= ]]> 4 and a.comment_state != 2
            </if>
            <if test="record.allStatus == 3">
                and a.status = 4 and a.comment_state = 2