mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-07 07:04:32 +08:00
Update exp to sql
This commit is contained in:
@@ -964,7 +964,8 @@ namespace SqlSugar
|
||||
}
|
||||
}
|
||||
}
|
||||
sql = sql.Replace(replace, newValue);
|
||||
sql = sql.Replace(replace, newValue);
|
||||
sql = sql.Replace(" = null ", " is null ");
|
||||
}
|
||||
}
|
||||
sb.Append(sql);
|
||||
|
Reference in New Issue
Block a user