mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-03-17 19:24:44 +08:00
fix: 解决同步状态不准确的 BUG
This commit is contained in:
parent
574f8cc060
commit
fd4e9ef3be
@ -86,6 +86,7 @@ func (a AppInstallService) CheckExist(key string) (*response.AppInstalledCheck,
|
|||||||
if err := syncById(appInstall.ID); err != nil {
|
if err := syncById(appInstall.ID); err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
appInstall, _ = appInstallRepo.GetFirst(commonRepo.WithByID(appInstall.ID))
|
||||||
|
|
||||||
res.ContainerName = appInstall.ContainerName
|
res.ContainerName = appInstall.ContainerName
|
||||||
res.Name = appInstall.Name
|
res.Name = appInstall.Name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user