mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-24 08:33:16 +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