| | |
| | | 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; |
| | |
| | | { |
| | | try |
| | | { |
| | | await _statisticService.GetTopStatistics(); |
| | | await _statisticService.GetTopStatistics(new List<string>()); |
| | | Logger.LogError($"获取统计信息开始: {DateTime.Now}"); |
| | | } |
| | | catch (Exception ex) |
| | |
| | | }, |
| | | "ConnectionStrings": { |
| | | //"LifePayment": "Server=120.26.58.240; Database=Dev_12333; User=bole;Password=Blym123!@#$" |
| | | "AbpIdentity": "Server=120.26.58.240; Database=Dev_LifePaymentIdentity; User=bole;Password=Bole147258", |
| | | "LifePaymentServices": "Server=120.26.58.240; Database=Dev_LifePayment; User=bole;Password=Bole147258" |
| | | "AbpIdentity": "Server=120.26.58.240; Database=Dev_LifePaymentIdentity; User=bole;Password=Bole147258$", |
| | | "LifePaymentServices": "Server=120.26.58.240; Database=Dev_LifePayment; User=bole;Password=Bole147258$" |
| | | }, |
| | | "App": { |
| | | "CorsOrigins": "http://localhost:31804" |