mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 01:58:13 +08:00
-
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user