修改查询5V电压flag

This commit is contained in:
郭睿AMD7950X 2024-11-29 09:29:17 +08:00
parent 350b58fa3a
commit db40fa57a6
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>YunDa.ISAS.ExternalInteraction.Application</name>
<name>YunDa.SOMS.ExternalInteraction.Application</name>
</assembly>
<members>
<member name="T:YunDa.ISAS.ExternalInteraction.Application.InspectionEquipment.IInspectionEquipmentAppService">

View File

@ -68,7 +68,7 @@ namespace YunDa.ISAS.MongoDB.Application.DataMonitoring
currentTime = currentTime.AddSeconds(randomSeconds);
}
rst.ResultData = timeSeries;
rst.Flag = true;
}
catch (Exception ex)
{

View File

@ -49,7 +49,7 @@
<ItemGroup>
<ProjectReference Include="..\..\YunDa.Domain\YunDa.ISAS.EntityFrameworkCore\YunDa.SOMS.EntityFrameworkCore.csproj" />
<ProjectReference Include="..\..\YunDa.Util\Dump\MiniDumpLib\MiniDumpLib.csproj" />
</ItemGroup>
<ProjectExtensions>