陶杰
2024-12-17 f7466c74661e075a34a760bcf87b769513739c4f
1.异常订单
已修改1个文件
8 ■■■■ 文件已修改
src/main/resources/mapper/payment/OrderMapper.xml 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/payment/OrderMapper.xml
@@ -201,7 +201,7 @@
                on oi.order_id=o.id
                where oi.status in ('abnormal','reduce','lack','back')
                and  o.transfer_id is null
                and o.status in ('COLLECTION','SEND')
                and o.status in ('COLLECTION','SEND','RECEIVE')
            )
        </if>
@@ -216,7 +216,7 @@
                on oi.order_id=o.id
                where oi.status in ('abnormal','reduce','lack','back')
                and  o.transfer_id is null
                and o.status in ('COLLECTION','SEND')
                and o.status in ('COLLECTION','SEND','RECEIVE')
            )
        </if>
@@ -471,7 +471,7 @@
            on oi.order_id=o.id
            where oi.status in ('abnormal','reduce','lack','back')
            and  o.transfer_id is null
            and o.status in ('COLLECTION','SEND')
            and o.status in ('COLLECTION','SEND','RECEIVE')
        )
        union
@@ -491,7 +491,7 @@
            on oi.order_id=o.id
            where oi.status in ('abnormal','reduce','lack','back')
            and  o.transfer_id is null
            and o.status in ('COLLECTION','SEND')
            and o.status in ('COLLECTION','SEND','RECEIVE')
        )
    </select>