fix
Helius
2022-06-16 ceb9ccee76b6b6bc77b297a1e9ed9a704a85704b
src/main/resources/mapper/modules/MallOrderInfoMapper.xml
@@ -137,7 +137,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 == 4 and record.status != 0">
                and a.status in (5,6)
                and a.status = 4
            </if>
            <if test="record.status != 4 and record.status != 0 and record.status != 5">
                and a.status = #{record.status}