日常巡检关联项目

This commit is contained in:
杨家亮 2025-05-28 17:47:11 +08:00
parent a63b942ddd
commit a6d41b44f5
2 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
where x.CheckTime.Value.Year == mdate.Year
&& x.CheckTime.Value.Month == mdate.Month
&& x.CheckTime.Value.Day == mdate.Day
&& x.CheckTime.Value.Day == mdate.Day && x.ProjectId == projectId
select new Model.HazardRegisterItem
{
HazardRegisterId = x.HazardRegisterId,

Binary file not shown.