mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-17 05:29:33 +08:00
Update IncludeLeftJoin
This commit is contained in:
parent
986dad8f7f
commit
444e29dbab
@ -284,7 +284,7 @@ namespace SqlSugar
|
||||
if (joinInfo != null)
|
||||
{
|
||||
var columnInfo = nav.ProPertyEntity.Columns.FirstOrDefault(it => it.PropertyName == nav.MemberName);
|
||||
var value = new MapperSql() { Sql = joinInfo.ShortName + "." + columnInfo.DbColumnName };
|
||||
var value = new MapperSql() { Sql = querybuilder.Builder.GetTranslationColumnName(joinInfo.ShortName) + "." + querybuilder.Builder.GetTranslationColumnName(columnInfo.DbColumnName) };
|
||||
|
||||
if (isSetTempData)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user