zhengyiming
2025-04-16 b463e74fdbc6cb88dd4c657783a9accccbf55675
fix: 修改数据库密码
2个文件已修改
7 ■■■■■ 已修改文件
LifePayment/LifePayment.Worker/Worker/GetStaticsWorker.cs 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
LifePayment/LifePayment.Worker/appsettings.json 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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)
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"