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