mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-20 00:44:19 +08:00
Update exp to sql
This commit is contained in:
parent
05d218d291
commit
42cb2a7238
@ -625,6 +625,10 @@ namespace SqlSugar
|
||||
{
|
||||
parameter.CommonTempData = base.AppendParameter(parameter.CommonTempData);
|
||||
}
|
||||
else if (parameter.CommonTempData is MapperSql mapperSql)
|
||||
{
|
||||
parameter.CommonTempData = mapperSql.Sql;
|
||||
}
|
||||
var result = this.Context.DbMehtods.DateValue(new MethodCallExpressionModel()
|
||||
{
|
||||
Conext=this.Context,
|
||||
|
Loading…
Reference in New Issue
Block a user