Update mysql

This commit is contained in:
sunkaixuan
2025-06-13 15:14:53 +08:00
parent 087da880cb
commit 205c221d7e

View File

@@ -170,7 +170,7 @@ namespace SqlSugar
}
#region async
public async new Task<DbCommand> GetCommandAsync(string sql, SugarParameter[] parameters)
public async override Task<DbCommand> GetCommandAsync(string sql, SugarParameter[] parameters)
{
MySqlCommand sqlCommand = new MySqlCommand(sql, (MySqlConnection)this.Connection);
sqlCommand.CommandType = this.CommandType;