存算联动shuguangHpc调整

This commit is contained in:
tzwang 2023-12-08 17:25:30 +08:00
parent 8c0a644114
commit 9c92b5c259
1 changed files with 1 additions and 0 deletions

View File

@ -259,6 +259,7 @@ func (s ShuguangHpc) QuerySpecs() (interface{}, error) {
resp.ResourceSpecs = append(resp.ResourceSpecs, &respec)
}
resp.Success = true
return resp, nil
}