feat: 修改参数 (#1573)

This commit is contained in:
zhengkunwang223
2023-07-07 03:38:11 +00:00
committed by GitHub
parent 044bb79ae9
commit 2b207597b9
+1 -1
View File
@@ -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
}