mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-18 17:48:11 +08:00
-
This commit is contained in:
@@ -163,7 +163,8 @@ namespace SqlSugar
|
||||
}
|
||||
else
|
||||
{
|
||||
var asName = "[" + item.Type.Name + "." + property.Name + "]";
|
||||
var asName = item.Type.Name + "." + property.Name ;
|
||||
asName = Context.GetTranslationText(asName);
|
||||
var columnName = property.Name;
|
||||
if (Context.IsJoin)
|
||||
{
|
||||
|
Reference in New Issue
Block a user