Commit 718b7832 by 泽锋 李

fix

parent 00d7ea5f
...@@ -1540,7 +1540,7 @@ where t1.id in @ids "; ...@@ -1540,7 +1540,7 @@ where t1.id in @ids ";
sql += " and ispush=@ispush "; sql += " and ispush=@ispush ";
parameters.Add("ispush", ispush.Value ? 1 : 0); parameters.Add("ispush", ispush.Value ? 1 : 0);
} }
return _connection.Query<dc_auto_purchase_advise_detailed_buy_dto>(sql, parameters); return MyMySqlConnection._connection.Query<dc_auto_purchase_advise_detailed_buy_dto>(sql, parameters);
} }
/// <summary> /// <summary>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment