From f1df37f903254c4a089118ee9ce19e05cc0dda0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BD=87=E9=98=B3=20=E9=82=B9?= Date: Fri, 22 Dec 2023 20:57:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8E=B7=E5=8F=96=E5=A4=9A=E4=B8=AA=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E6=97=B6=E6=B7=BB=E5=8A=A0=E5=9B=BE=E7=89=87=E5=90=8D?= =?UTF-8?q?=E5=AD=97=E7=9A=84=E8=BF=94=E5=9B=9E=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 24Hour/Controllers/Common/CommonController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/24Hour/Controllers/Common/CommonController.cs b/24Hour/Controllers/Common/CommonController.cs index 3dda38c..5d67717 100644 --- a/24Hour/Controllers/Common/CommonController.cs +++ b/24Hour/Controllers/Common/CommonController.cs @@ -2874,6 +2874,7 @@ namespace _24Hour.Controllers.Common }; var data = file.Files.Select(x => new { + Item=x, IsExist = getexist(x), BaseStr = getstr(x) });