refactor: 引入管理端 DbContext 禁用租户过滤

This commit is contained in:
2026-01-29 03:52:11 +00:00
parent f7e21db88a
commit 65c4c00b87
29 changed files with 85 additions and 38 deletions

View File

@@ -11,7 +11,7 @@ namespace TakeoutSaaS.Infrastructure.App.Services;
/// 门店定时任务服务实现。
/// </summary>
public sealed class StoreSchedulerService(
TakeoutAppDbContext context,
TakeoutAdminDbContext context,
ILogger<StoreSchedulerService> logger)
: IStoreSchedulerService
{