mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 20:13:41 +08:00
Update exp to sql
This commit is contained in:
@@ -662,6 +662,10 @@ namespace SqlSugar
|
||||
{
|
||||
name = "IsNullOrEmpty";
|
||||
}
|
||||
if (model.Conext == null)
|
||||
{
|
||||
model.Conext = this.Context;
|
||||
}
|
||||
switch (name)
|
||||
{
|
||||
case "IIF":
|
||||
|
Reference in New Issue
Block a user