Commit 7f245839 by 泽锋 李

fba 历史销量计算,记录计算时间

parent 82b46e65
...@@ -1185,7 +1185,8 @@ bailun_sku_quantity_ordered_1=@bailun_sku_quantity_ordered_1, ...@@ -1185,7 +1185,8 @@ bailun_sku_quantity_ordered_1=@bailun_sku_quantity_ordered_1,
amount_sales_usd_7=@amount_sales_usd_7, amount_sales_usd_7=@amount_sales_usd_7,
bailun_sku_quantity_ordered_7=@bailun_sku_quantity_ordered_7, bailun_sku_quantity_ordered_7=@bailun_sku_quantity_ordered_7,
amount_sales_usd_30=@amount_sales_usd_30, amount_sales_usd_30=@amount_sales_usd_30,
bailun_sku_quantity_ordered_30=@bailun_sku_quantity_ordered_30 bailun_sku_quantity_ordered_30=@bailun_sku_quantity_ordered_30,
sales_reset_date = now()
where id=@id where id=@id
", new ", new
{ {
......
...@@ -28,7 +28,6 @@ namespace ResetOutofstock ...@@ -28,7 +28,6 @@ namespace ResetOutofstock
//report.PurchaseWeekBackUp(); //report.PurchaseWeekBackUp();
//report.PurchaseWeekBackUp(); //report.PurchaseWeekBackUp();
//await new TaskDownloadServices().Download(); //await new TaskDownloadServices().Download();
} }
catch (Exception ex) catch (Exception ex)
{ {
......
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