3
0
Fork 0

## 订单业务列表查询支持提货订单;

This commit is contained in:
cabbage 2025-08-22 09:20:02 +08:00
parent e4ef3827c1
commit 1aabd75a4a
1 changed files with 1 additions and 1 deletions

View File

@ -607,7 +607,7 @@
</if>
<!-- 订单显示的时候,待支付只有注册订单显示,其它状态不做限制 -->
and (
soi.order_status in (1, 2, 3, 5)
soi.order_status in (1, 2, 3, 5, 6)
or (soi.order_status = 0 and so.order_type in (1))
)
<!-- 续约定单不能撤单