订单数量 fix bug

This commit is contained in:
Jack 2025-07-21 22:27:10 +08:00
parent 1359b6a399
commit 3cc2af8d1a

View File

@ -680,6 +680,7 @@
<!-- 3-退款订单 --> <!-- 3-退款订单 -->
<when test="status != null and status == 3"> <when test="status != null and status == 3">
AND od.order_refund_status IN (1, 2) AND od.order_refund_status IN (1, 2)
AND ob.order_state_id = 2070
</when> </when>
<!-- 9-已完成订单 --> <!-- 9-已完成订单 -->
<when test="status != null and status == 9"> <when test="status != null and status == 9">