feat: 修改参数 (#1573)

This commit is contained in:
zhengkunwang223 2023-07-07 11:38:11 +08:00 committed by GitHub
parent 044bb79ae9
commit 2b207597b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
}