From 17aaed743ab7a3520ec8eb9e4ab7c776ca807cdd Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期四, 12 十月 2023 20:43:16 +0800 Subject: [PATCH] bug修改 --- service/receipt.go | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/service/receipt.go b/service/receipt.go index 054c552..9ec0ba3 100644 --- a/service/receipt.go +++ b/service/receipt.go @@ -135,6 +135,7 @@ SetPage(params.Page, params.PageSize). SetSourceType(params.SourceType). SetSourceId(params.SourceId). + SetClientId(params.ClientId). Find() if err != nil { return nil, 0, ecode.DBErr -- Gitblit v1.8.0