mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Update db.Reportable
This commit is contained in:
parent
11ab3b173a
commit
2720d5c6ae
@ -124,7 +124,7 @@ namespace SqlSugar
|
|||||||
private void NoClassMethod<Y>(Y data, StringBuilder sb,bool isLast)
|
private void NoClassMethod<Y>(Y data, StringBuilder sb,bool isLast)
|
||||||
{
|
{
|
||||||
sb.AppendLine(" SELECT "+ FormatValue(data));
|
sb.AppendLine(" SELECT "+ FormatValue(data));
|
||||||
sb.Append(" AS ColumnName ");
|
sb.Append(" AS "+this.queryBuilder.Builder.GetTranslationColumnName("ColumnName") +" ");
|
||||||
sb.Append(GetNextSql);
|
sb.Append(GetNextSql);
|
||||||
if (!isLast)
|
if (!isLast)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user