mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-18 17:48:11 +08:00
-
This commit is contained in:
@@ -1448,7 +1448,7 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
QueryBuilder.ResultType = typeof(SugarCacheDataTable);
|
QueryBuilder.ResultType = typeof(SugarCacheDataTable);
|
||||||
InitMapping();
|
InitMapping();
|
||||||
var sqlObj = this.ToSql();
|
var sqlObj = this._ToSql();
|
||||||
RestoreMapping();
|
RestoreMapping();
|
||||||
DataTable result = null;
|
DataTable result = null;
|
||||||
if (IsCache)
|
if (IsCache)
|
||||||
|
Reference in New Issue
Block a user