From d7bce4802aa7ae735782a3d2d98be51117207b6d Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Tue, 19 Nov 2024 10:31:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AF=BC=E8=A1=A8=E8=A3=81?= =?UTF-8?q?=E5=88=A4=E9=80=89=E6=8B=A9=E6=A0=87=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Common/ExcelExportService.cs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/IRaCIS.Core.Application/Service/Common/ExcelExportService.cs b/IRaCIS.Core.Application/Service/Common/ExcelExportService.cs index 4e911363f..94de45339 100644 --- a/IRaCIS.Core.Application/Service/Common/ExcelExportService.cs +++ b/IRaCIS.Core.Application/Service/Common/ExcelExportService.cs @@ -1510,6 +1510,10 @@ namespace IRaCIS.Core.Application.Service.Common { item.IsJudgeSelect = true; } + else + { + item.IsJudgeSelect = false; + } } else { @@ -1604,6 +1608,10 @@ namespace IRaCIS.Core.Application.Service.Common { visitItem.IsJudgeSelect = true; } + else + { + visitItem.IsJudgeSelect = false; + } } else {