mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 20:13:41 +08:00
Synchronization code
This commit is contained in:
@@ -1297,7 +1297,7 @@ namespace SqlSugar
|
||||
var name = this.SqlBuilder.GetTranslationTableName(TableName);
|
||||
var columns = "";
|
||||
sql = "";
|
||||
var isSqlFunc = this.QueryBuilder.GetSelectValue?.Contains(")") == true && this.QueryBuilder.SelectValue is Expression;
|
||||
var isSqlFunc = this.QueryBuilder.SelectValue is Expression;
|
||||
if (isSqlFunc)
|
||||
{
|
||||
columns = "(";
|
||||
|
Reference in New Issue
Block a user