From 4ed421c6b5dbbef92fc1b4ccc7bbbdb79d66e569 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E7=9D=BF?= <774114798@qq.com> Date: Thu, 12 Dec 2024 17:19:01 +0800 Subject: [PATCH] 1 --- .../ProtectionDevice/BoardCardDevice/BoardCardInfoAppService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/YunDa.Application/YunDa.ISAS.Application/GeneralInformation/ProtectionDevice/BoardCardDevice/BoardCardInfoAppService.cs b/src/YunDa.Application/YunDa.ISAS.Application/GeneralInformation/ProtectionDevice/BoardCardDevice/BoardCardInfoAppService.cs index c666256..c4f3f2f 100644 --- a/src/YunDa.Application/YunDa.ISAS.Application/GeneralInformation/ProtectionDevice/BoardCardDevice/BoardCardInfoAppService.cs +++ b/src/YunDa.Application/YunDa.ISAS.Application/GeneralInformation/ProtectionDevice/BoardCardDevice/BoardCardInfoAppService.cs @@ -539,7 +539,7 @@ namespace YunDa.ISAS.Application.GeneralInformation [HttpGet] public RequestResult> FindHistorySoftVersionByEquipmentInfoId(Guid? equipmentInfoId) { - RequestResult> rst = (); + RequestResult> rst = new(); try { List historys = new List();