From 2b207597b9ff3f7455f545ce06af47dde1d7657c Mon Sep 17 00:00:00 2001 From: zhengkunwang223 <31820853+zhengkunwang223@users.noreply.github.com> Date: Fri, 7 Jul 2023 11:38:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E5=8F=82=E6=95=B0=20?= =?UTF-8?q?(#1573)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/app/service/app_install.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/app/service/app_install.go b/backend/app/service/app_install.go index 896695ea1..55d7bd4d7 100644 --- a/backend/app/service/app_install.go +++ b/backend/app/service/app_install.go @@ -355,7 +355,7 @@ func (a *AppInstallService) Update(req request.AppInstalledUpdate) error { } func (a *AppInstallService) IgnoreUpgrade(req request.AppInstalledIgnoreUpgrade) error { - appDetail, err := appDetailRepo.GetFirst(commonRepo.WithByID(req.DetailId)) + appDetail, err := appDetailRepo.GetFirst(commonRepo.WithByID(req.DetailID)) if err != nil { return err }