mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 20:13:41 +08:00
Synchronization code
This commit is contained in:
@@ -56,7 +56,7 @@ namespace SqlSugar
|
||||
}
|
||||
public override DbCommand GetCommand(string sql, SugarParameter[] parameters)
|
||||
{
|
||||
if (sql == "\r\n")
|
||||
if (sql == Environment.NewLine)
|
||||
{
|
||||
sql = "SELECT 0";
|
||||
}
|
||||
|
Reference in New Issue
Block a user