fix: 订单查询过滤掉退款订单
This commit is contained in:
@@ -108,6 +108,7 @@
|
|||||||
<otherwise>
|
<otherwise>
|
||||||
and toi.status in ('refund','closed')
|
and toi.status in ('refund','closed')
|
||||||
</otherwise>
|
</otherwise>
|
||||||
|
and toi.source is null
|
||||||
</choose>
|
</choose>
|
||||||
<if test="day != null and day != ''">
|
<if test="day != null and day != ''">
|
||||||
and toi.trade_day = #{day}
|
and toi.trade_day = #{day}
|
||||||
|
|||||||
Reference in New Issue
Block a user