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);
|
||||
InitMapping();
|
||||
var sqlObj = this.ToSql();
|
||||
var sqlObj = this._ToSql();
|
||||
RestoreMapping();
|
||||
DataTable result = null;
|
||||
if (IsCache)
|
||||
|
Reference in New Issue
Block a user