From b3a47cb555076c25c64d83dd455a472509291245 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期一, 13 十一月 2023 16:09:35 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/crm --- service/receipt.go | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/service/receipt.go b/service/receipt.go index 9ec0ba3..b4999cf 100644 --- a/service/receipt.go +++ b/service/receipt.go @@ -136,6 +136,7 @@ SetSourceType(params.SourceType). SetSourceId(params.SourceId). SetClientId(params.ClientId). + SetPrincipalIds(params.PrincipleIds). Find() if err != nil { return nil, 0, ecode.DBErr -- Gitblit v1.8.0