mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-26 22:25:49 +08:00
Beautify the generated SQL
This commit is contained in:
@@ -448,6 +448,11 @@ namespace SqlSugar
|
||||
{
|
||||
get
|
||||
{
|
||||
if (this.GroupByValue == null) return null;
|
||||
if (this.GroupByValue.Last() != ' ' )
|
||||
{
|
||||
return this.GroupByValue + PubConst.Space;
|
||||
}
|
||||
return this.GroupByValue;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user