Update exp to sql

This commit is contained in:
sunkaixuan
2025-09-25 10:36:09 +08:00
parent 103acdcb41
commit 8c67532554

View File

@@ -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);