From 2131a09f811c1d6d685c9d7a9b705740673ef677 Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期五, 21 二月 2025 16:56:52 +0800 Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/MeiRuiAn/HuaiAn --- 代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/HostedService/WarehouseHostedService.cs | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/HostedService/WarehouseHostedService.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/HostedService/WarehouseHostedService.cs" index bfebe8b..67cb2a1 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/HostedService/WarehouseHostedService.cs" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/HostedService/WarehouseHostedService.cs" @@ -1,4 +1,5 @@ 锘� +using HslCommunication.WebSocket; using SqlSugar; using WIDESEAWCS_Core.Helper; using WIDESEAWCS_Core.Seed; @@ -12,11 +13,13 @@ { private readonly ICacheService _cacheService; private readonly DBContext _dbContext; + //private readonly WebSocketServer _webSocketServer; - public WarehouseHostedService(ICacheService cacheService, DBContext dbContext) + public WarehouseHostedService(ICacheService cacheService, DBContext dbContext/*, WebSocketServer webSocketServer*/) { _cacheService = cacheService; _dbContext = dbContext; + //_webSocketServer = webSocketServer; } public Task StartAsync(CancellationToken cancellationToken) -- Gitblit v1.9.3