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