mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Update exp to sql
This commit is contained in:
parent
623d435858
commit
4bd6218ac1
@ -662,6 +662,10 @@ namespace SqlSugar
|
||||
{
|
||||
name = "IsNullOrEmpty";
|
||||
}
|
||||
if (model.Conext == null)
|
||||
{
|
||||
model.Conext = this.Context;
|
||||
}
|
||||
switch (name)
|
||||
{
|
||||
case "IIF":
|
||||
|
Loading…
Reference in New Issue
Block a user