mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 10:08:19 +08:00
Delete Bug
This commit is contained in:
@@ -28,7 +28,7 @@ namespace SqlSugar
|
||||
string sql = DeleteBuilder.ToSqlString();
|
||||
var paramters = DeleteBuilder.Parameters==null?null:DeleteBuilder.Parameters.ToArray();
|
||||
RestoreMapping();
|
||||
return Db.GetInt(sql, paramters);
|
||||
return Db.ExecuteCommand(sql, paramters);
|
||||
}
|
||||
public IDeleteable<T> AS(string tableName)
|
||||
{
|
||||
|
Reference in New Issue
Block a user