1
0
forked from erp-dev/erp

fix: by-process-node do not filter current state and added datr_from + date_to

This commit is contained in:
2026-02-06 20:38:23 +08:00
parent a9f1e8f18a
commit 6a638e56cf
3 changed files with 81 additions and 26 deletions

View File

@@ -15,6 +15,8 @@
- searchstring
- 纯数字:同时匹配 id 精确 + design_code 模糊
- 非纯数字design_code 模糊
- date_fromstringYYYY-MM-DD与 date_to 成对提供)
- date_tostringYYYY-MM-DD与 date_from 成对提供)
- orderingstring默认 -created_at
- 可选字段id / created_at / updated_at / design_code
- limitint分页大小默认 20
@@ -79,6 +81,5 @@
## 备注(查询流程)
- 起点为 PlateOrder 查询,再通过 business_object 的状态日志进行筛选。
- “当前处于该节点”的判定采用 NEXT 模式
- 目标节点前置节点全部完成(未撤销)
- 目标节点尚未完成(未撤销)
- “当前已完成”模式判定
- 目标节点完成(未撤销)