|
@@ -111,7 +111,7 @@ func (sr *ServiceController) List(c *gin.Context) {
|
|
|
if ficcItemMap[items[j].ParentId] == nil {
|
|
|
ficcItemMap[items[j].ParentId] = make([]*crm.PermissionSetItem, 0)
|
|
|
}
|
|
|
- ficcItemMap[items[j].ParentId] = append(ficcItemMap[items[j].ParentId], items[i])
|
|
|
+ ficcItemMap[items[j].ParentId] = append(ficcItemMap[items[j].ParentId], items[j])
|
|
|
}
|
|
|
}
|
|
|
|