Commit 78e2d002 by lizefeng

fix

parent 5322176a
...@@ -889,6 +889,7 @@ namespace AutoTurnOver.Services ...@@ -889,6 +889,7 @@ namespace AutoTurnOver.Services
{ {
var bailun_sku = row["SKU"].ToString(); var bailun_sku = row["SKU"].ToString();
var site_code = row["站点"].ToString(); var site_code = row["站点"].ToString();
var project = row["项目"].ToString();
if (string.IsNullOrWhiteSpace(bailun_sku)) throw new Exception("SKU必填"); if (string.IsNullOrWhiteSpace(bailun_sku)) throw new Exception("SKU必填");
if (string.IsNullOrWhiteSpace(site_code)) throw new Exception("站点必填"); if (string.IsNullOrWhiteSpace(site_code)) throw new Exception("站点必填");
...@@ -923,6 +924,7 @@ namespace AutoTurnOver.Services ...@@ -923,6 +924,7 @@ namespace AutoTurnOver.Services
bailun_sku = bailun_sku, bailun_sku = bailun_sku,
site_code = site_code, site_code = site_code,
sales = s_sales, sales = s_sales,
project = project,
date = btime date = btime
}; };
DB.db_config.SaveSalesDayConfig2(new_data, user, false); DB.db_config.SaveSalesDayConfig2(new_data, user, false);
......
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