Commit 97c683dd by 泽锋 李

fix

parent 5cf255a7
......@@ -25,7 +25,7 @@ namespace AutoTurnOver.Purchase.AverageTarget
//Console.WriteLine($"开始同步sku刊登状态,线程Id:{Thread.CurrentThread.ManagedThreadId},{DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")}");
//report_cash_flow_forecast_dao.Calculation();
//Console.WriteLine($"结束同步sku刊登状态,线程Id:{Thread.CurrentThread.ManagedThreadId},{DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")}");
daily.SynchroPPSSkuStatus();
var builder = new HostBuilder().ConfigureServices((hostContext, services) =>
{
services.AddHostedService<AverageTargetBackgrounService>();
......
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