mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-19 02:37:24 +08:00
fix: 安全组规则返回项目id信息
This commit is contained in:
@@ -324,6 +324,7 @@ func (manager *SDBInstanceDatabaseManager) FetchCustomizeColumns(
|
||||
for i := range rows {
|
||||
if dbinstance, ok := dbinstances[dbinstanceIds[i]]; ok {
|
||||
virObjs[i] = &dbinstance
|
||||
rows[i].ProjectId = dbinstance.ProjectId
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user