订单数量 fix bug
This commit is contained in:
parent
1359b6a399
commit
3cc2af8d1a
@ -680,6 +680,7 @@
|
||||
<!-- 3-退款订单 -->
|
||||
<when test="status != null and status == 3">
|
||||
AND od.order_refund_status IN (1, 2)
|
||||
AND ob.order_state_id = 2070
|
||||
</when>
|
||||
<!-- 9-已完成订单 -->
|
||||
<when test="status != null and status == 9">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user