mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
删除冗余的代码
This commit is contained in:
@@ -114,7 +114,6 @@ namespace SqlSugar.ClickHouse
|
||||
{
|
||||
var connection=(ClickHouseConnection)this.Connection;
|
||||
CheckConnection();
|
||||
IDataParameter[] ipars = ToIDbDataParameter(parameters);
|
||||
ClickHouseCommand sqlCommand =connection.CreateCommand();
|
||||
var pars = ToIDbDataParameter(parameters);
|
||||
foreach (var param in pars.OrderByDescending(it=>it.ParameterName.Length))
|
||||
|
Reference in New Issue
Block a user