fix: 解决运行环境网站切换PHP版本导致已安装应用消失的问题 (#2026)

This commit is contained in:
zhengkunwang
2023-08-22 07:38:11 +00:00
committed by GitHub
parent 24c87905b1
commit d72d2c1167
+4
View File
@@ -840,6 +840,10 @@ func handleInstalled(appInstallList []model.AppInstall, updated bool) ([]respons
}
versions = common.GetSortedVersions(versions)
if len(versions) == 0 {
if !updated {
installDTO.CanUpdate = false
res = append(res, installDTO)
}
continue
}
lastVersion := versions[0]