zhengyiming
1 天以前 43e28aece364ad351d61eca30c6707fcdc197ca4
LifePayment/LifePayment.Worker/Worker/GetStaticsWorker.cs
@@ -3,6 +3,7 @@
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using NPOI.SS.Formula.Functions;
using System;
using System.Collections.Generic;
using System.Linq;
@@ -31,7 +32,7 @@
        {
            try
            {
                await _statisticService.GetTopStatistics();
                await _statisticService.GetTopStatistics(new List<string>());
                Logger.LogError($"获取统计信息开始: {DateTime.Now}");
            }
            catch (Exception ex)