mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-15 05:13:27 +08:00
-
This commit is contained in:
parent
8dfc1868c7
commit
12fddcd409
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user