mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-30 04:28:09 +08:00
Update exp to sql
This commit is contained in:
parent
0082962f75
commit
425d7a07d0
@ -77,7 +77,7 @@ namespace SqlSugar
|
||||
}
|
||||
else
|
||||
{
|
||||
parameter.Context.Result.Append(this.Context.GetAsString(asName, parameter.CommonTempData.ObjToString()));
|
||||
parameter.Context.Result.Append(this.Context.GetAsString2(asName, parameter.CommonTempData.ObjToString()));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user