xiaoyong931011
2023-01-06 ab7011843a363454f6c144b4a7a5113205cafae1
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,10 +152,10 @@
                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 != 2
                and a.status = 4 and a.comment_state = 2
            </if>
            <if test="record.status == 4 and record.status != 0">
                and a.status = 4
                and a.status = 4 and a.comment_state != 2
            </if>
            <if test="record.status != 4 and record.status != 0 and record.status != 5">
                and a.status = #{record.status}