From 17aaed743ab7a3520ec8eb9e4ab7c776ca807cdd Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期四, 12 十月 2023 20:43:16 +0800 Subject: [PATCH] bug修改 --- model/request/receipt.go | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/model/request/receipt.go b/model/request/receipt.go index 10225b2..52acffc 100644 --- a/model/request/receipt.go +++ b/model/request/receipt.go @@ -16,6 +16,7 @@ type GetReceiptList struct { PageInfo - SourceType constvar.ReceiptSourceType `json:"sourceType" form:"sourceType"` + SourceType constvar.ReceiptSourceType `json:"sourceType" form:"sourceType"` //鏉ユ簮绫诲瀷锛�1閿�鍞槑缁嗗崟2鏈嶅姟鍚堝悓3閿�鍞彂绁�4鏀舵璁″垝5鍑哄簱鍗曪級 SourceId int `json:"sourceId" form:"sourceId"` + ClientId int `json:"clientId"` //瀹㈡埛id } -- Gitblit v1.8.0