Commit c56e86af by guanzhenshan

解决sku每日销进比报表

parent 8e569644
...@@ -41,7 +41,7 @@ namespace Bailun.DC.SkuDailyPurchaseAndSales ...@@ -41,7 +41,7 @@ namespace Bailun.DC.SkuDailyPurchaseAndSales
public void Init(DateTime start,DateTime end) public void Init(DateTime start,DateTime end)
{ {
using (var cn = new MySqlConnection(Common.GlobalConfig.ConnectionString)) using (var cn = new MySqlConnection(Common.GlobalConfig.ConnectionString + "Allow User Variables=True;"))
{ {
if (cn.State == System.Data.ConnectionState.Closed) if (cn.State == System.Data.ConnectionState.Closed)
{ {
......
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