From fd4e9ef3bebbfbcb33f7276639819f7fa5f7c2ec Mon Sep 17 00:00:00 2001 From: zhengkunwang223 Date: Tue, 21 Feb 2023 13:46:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E5=90=8C=E6=AD=A5?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E4=B8=8D=E5=87=86=E7=A1=AE=E7=9A=84=20BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/app/service/app_install.go | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/app/service/app_install.go b/backend/app/service/app_install.go index 812aa2010..b5a308a73 100644 --- a/backend/app/service/app_install.go +++ b/backend/app/service/app_install.go @@ -86,6 +86,7 @@ func (a AppInstallService) CheckExist(key string) (*response.AppInstalledCheck, if err := syncById(appInstall.ID); err != nil { return nil, err } + appInstall, _ = appInstallRepo.GetFirst(commonRepo.WithByID(appInstall.ID)) res.ContainerName = appInstall.ContainerName res.Name = appInstall.Name