mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-15 14:04:44 +08:00
Update exp to sql
This commit is contained in:
parent
4e527a36df
commit
76b742c386
@ -76,6 +76,7 @@ namespace SqlSugar
|
||||
if (nav.IsNavgate(expression))
|
||||
{
|
||||
var value = nav.GetSql();
|
||||
SetNavigateResult();
|
||||
this.Context.SingleTableNameSubqueryShortName = nav.ShorName;
|
||||
if (isSetTempData)
|
||||
{
|
||||
@ -89,6 +90,7 @@ namespace SqlSugar
|
||||
else if (navN.IsNavgate(expression))
|
||||
{
|
||||
var value = navN.GetMemberSql();
|
||||
SetNavigateResult();
|
||||
this.Context.SingleTableNameSubqueryShortName = navN.shorName;
|
||||
if (isSetTempData)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user