@@ -746,8 +746,8 @@ func GetHomeFiccPermissions(user user.UserInfo) (ret response.PermissionFiccResp
if len(v.List) > 0 {
temp.List = v.List
sort.Sort(temp.List)
+ list = append(list, temp)
}
- list = append(list, temp)
if len(list) > 0 {