From b463e74fdbc6cb88dd4c657783a9accccbf55675 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期三, 16 四月 2025 13:29:17 +0800
Subject: [PATCH] fix: 修改数据库密码
---
LifePayment/LifePayment.Worker/appsettings.json | 4 ++--
LifePayment/LifePayment.Worker/Worker/GetStaticsWorker.cs | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/LifePayment/LifePayment.Worker/Worker/GetStaticsWorker.cs b/LifePayment/LifePayment.Worker/Worker/GetStaticsWorker.cs
index 4059589..03e5941 100644
--- a/LifePayment/LifePayment.Worker/Worker/GetStaticsWorker.cs
+++ b/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)
diff --git a/LifePayment/LifePayment.Worker/appsettings.json b/LifePayment/LifePayment.Worker/appsettings.json
index 93c551b..6ee60e4 100644
--- a/LifePayment/LifePayment.Worker/appsettings.json
+++ b/LifePayment/LifePayment.Worker/appsettings.json
@@ -14,8 +14,8 @@
},
"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"
--
Gitblit v1.9.1