This commit is contained in:
2025-07-10 17:09:23 +08:00
25 changed files with 1309 additions and 1871 deletions
@@ -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
select new Model.HazardRegisterItem
{
HazardRegisterId = x.HazardRegisterId,