Commit 4497efda by lizefeng

取消全量推送的过程

parent 16503b6e
......@@ -12,7 +12,7 @@ namespace ShortagePush
static async Task Main(string[] args)
{
Console.WriteLine("推送缺货数据服务");
var datas = report.ShortagePush(true);
//var datas = report.ShortagePush(true);
var builder = new HostBuilder().ConfigureServices((hostContext, services) =>
{
services.AddHostedService<ShortagePushBackgroundService>();
......
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