日常巡检关联项目
This commit is contained in:
parent
a63b942ddd
commit
a6d41b44f5
|
@ -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,
|
||||
|
|
BIN
SGGLPackFile.7z
BIN
SGGLPackFile.7z
Binary file not shown.
Loading…
Reference in New Issue