全部巡检

This commit is contained in:
杨家亮 2025-06-18 14:19:40 +08:00
parent fd3c9827a9
commit c250911f6d
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ namespace BLL
var hazardRegisters = (from x in db.HSSE_Hazard_HazardRegister var hazardRegisters = (from x in db.HSSE_Hazard_HazardRegister
where x.CheckTime.Value.Year == mdate.Year where x.CheckTime.Value.Year == mdate.Year
&& x.CheckTime.Value.Month == mdate.Month && 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 select new Model.HazardRegisterItem
{ {
HazardRegisterId = x.HazardRegisterId, HazardRegisterId = x.HazardRegisterId,