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