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