From 4480763be441c09e9034d6a347587a2b1a5e197a Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期二, 17 十月 2023 21:01:47 +0800 Subject: [PATCH] fix --- 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