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