From c250911f6ddcd0c3e6ec8366b94dba4cde3f11b0 Mon Sep 17 00:00:00 2001 From: ZONES <765289303@qq.com> Date: Wed, 18 Jun 2025 14:19:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E9=83=A8=E5=B7=A1=E6=A3=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SGGL/BLL/API/HSSE/APIHazardRegisterService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SGGL/BLL/API/HSSE/APIHazardRegisterService.cs b/SGGL/BLL/API/HSSE/APIHazardRegisterService.cs index 5f582f5..c0e9536 100644 --- a/SGGL/BLL/API/HSSE/APIHazardRegisterService.cs +++ b/SGGL/BLL/API/HSSE/APIHazardRegisterService.cs @@ -159,7 +159,7 @@ namespace BLL var hazardRegisters = (from x in db.HSSE_Hazard_HazardRegister where x.CheckTime.Value.Year == mdate.Year && x.CheckTime.Value.Month == mdate.Month - && x.CheckTime.Value.Day == mdate.Day && x.ProjectId == projectId + && x.CheckTime.Value.Day == mdate.Day select new Model.HazardRegisterItem { HazardRegisterId = x.HazardRegisterId,