更新依赖

This commit is contained in:
Kimdiego2098
2023-11-21 08:44:47 +08:00
parent 6a5eb75b6c
commit 5c69917d19
3 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@
<ItemGroup>
<ProjectReference Include="..\ThingsGateway.Admin.Core\ThingsGateway.Admin.Core.csproj" />
<PackageReference Include="MiniExcel" Version="1.31.2" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.3.6" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.3.7" />
</ItemGroup>
</Project>

View File

@@ -6,7 +6,7 @@
<ItemGroup>
<PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.9.1.5" />
<PackageReference Include="SqlSugarCore" Version="5.1.4.122" />
<PackageReference Include="SqlSugarCore" Version="5.1.4.123" />
<PackageReference Include="UAParser" Version="3.1.47" />
<PackageReference Include="Yitter.IdGenerator" Version="1.0.14" />
</ItemGroup>

View File

@@ -99,9 +99,9 @@ public class UploadDeviceWorker : DeviceWorker
{
if (!_stoppingToken.IsCancellationRequested)
{
_logger.LogInformation("正在获取北向组态信息");
_logger.LogInformation("正在获取北向设备组态信息");
var deviceRunTimes = (_serviceScope.ServiceProvider.GetService<UploadDeviceService>().GetDeviceRuntime());
_logger.LogInformation("获取北向组态信息完成");
_logger.LogInformation("获取北向设备组态信息完成");
foreach (var uploadDeviceRunTime in deviceRunTimes.Where(a => !deviceRunTimes.Any(b => a.Id == b.RedundantDeviceId && b.IsRedundant)))
{
if (!_stoppingToken.IsCancellationRequested)