1
0
forked from erp-dev/erp

fix: exclude ran out state_id for api_v2.get_plate_orders_bet_by_state_status

This commit is contained in:
2025-12-25 19:11:06 +08:00
parent 6f6bcee761
commit 0ddf63f3c0
3 changed files with 32 additions and 2 deletions

View File

@@ -26,7 +26,7 @@
| `offset` | 否 | int | `0` | LimitOffsetPagination 的 offset |
> `status` 说明:
> - `completed`:该节点存在未撤销的 `StateFlowRecord`
> - `completed`:该节点是订单最近一次未撤销完成的节点(同一订单不会因历史记录出现在多个节点)
> - `not_started`:从未对该节点留下任何 `StateFlowRecord`
> - `cancelled`:最近一次执行已被撤销(存在 `is_cancelled=True` 的记录,且无未撤销记录)
> - `in_progress`:为后续扩展保留(当前流程模型中不会命中)