From fa48f8996e9e829bc9352863596011d1e0e95490 Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期二, 10 六月 2025 16:32:25 +0800
Subject: [PATCH] fix:运营端——渠道管理——渠道管理(渠道折扣接口请求进行编辑可低于供应商折扣)

---
 LifePayment/LifePayment.Worker/LifePaymentServicesWorkModule.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/LifePayment/LifePayment.Worker/LifePaymentServicesWorkModule.cs b/LifePayment/LifePayment.Worker/LifePaymentServicesWorkModule.cs
index b1b3e1f..94062ab 100644
--- a/LifePayment/LifePayment.Worker/LifePaymentServicesWorkModule.cs
+++ b/LifePayment/LifePayment.Worker/LifePaymentServicesWorkModule.cs
@@ -46,11 +46,13 @@
             this.Configure<ACOOLYOption>(configuration.GetSection("ACOOLY"));
             this.Configure<Config>("AliPayEcsign", configuration.GetSection("AliPayEcsign"));
             this.Configure<InformationOption>(configuration.GetSection("WeiXinCgi"));
+            this.Configure<InitSetting>(configuration.GetSection("InitSetting"));
         }
 
         public async override Task OnApplicationInitializationAsync(ApplicationInitializationContext context)
         {
             await context.AddBackgroundWorkerAsync<GetStaticsWorker>();
+            await context.AddBackgroundWorkerAsync<CheckUnPayOrderWork>();
         }
 
         private void ConfigurePays(ServiceConfigurationContext context, IConfiguration configuration)

--
Gitblit v1.9.1