mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 18:22:23 +08:00
-
This commit is contained in:
@@ -69,8 +69,8 @@ namespace SqlSugar
|
|||||||
row[item] =x[1] ;
|
row[item] =x[1] ;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
table.Columns.Remove(firstName);
|
table.Columns.Remove(firstName);
|
||||||
|
}
|
||||||
return table;
|
return table;
|
||||||
}
|
}
|
||||||
public static List<dynamic> ToPivotList<T, TColumn, TRow, TData>(
|
public static List<dynamic> ToPivotList<T, TColumn, TRow, TData>(
|
||||||
|
Reference in New Issue
Block a user