存算联动shuguangHpc调整

Former-commit-id: 9c92b5c2597aeda2e4240a854a1ea33ae5db4b13
This commit is contained in:
tzwang 2023-12-08 17:25:30 +08:00
parent 4b797431be
commit 7e8f11a439
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
}