From 32693f8876b3a024b1181360ca507a1d9462b49b Mon Sep 17 00:00:00 2001 From: kanade Date: Mon, 29 Jun 2026 09:35:40 +0800 Subject: [PATCH] =?UTF-8?q?feat(erp):=20=E6=B7=BB=E5=8A=A0=E5=AE=A1?= =?UTF-8?q?=E6=A0=B8=E7=8A=B6=E6=80=81=E6=95=B0=E7=BB=84=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E5=A4=9A=E7=8A=B6=E6=80=81=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在请求结构体中新增 WorkflowStatuses 字段用于支持多个审核状态查询 - 保留原有的 WorkflowStatus 单一状态字段以维持向后兼容性 - 为后续支持批量状态筛选功能提供数据结构基础 --- erp/request.go | 1 + 1 file changed, 1 insertion(+) diff --git a/erp/request.go b/erp/request.go index a09dc68..7973fce 100644 --- a/erp/request.go +++ b/erp/request.go @@ -33,6 +33,7 @@ type RequestSearch struct { BankName string // 账号名称 AccountingSerial string // 做账合同号 WorkflowStatus int64 // 审核状态 + WorkflowStatuses []int64 // 审核状态 PaidAmountStart *decimal.Decimal // 实付金额开始 PaidAmountEnd *decimal.Decimal // 实付金额结束 CreatedStaffIds []int64 // 创建人