This commit is contained in:
parent
821c326118
commit
510b04d2fa
|
@ -107,6 +107,7 @@ namespace FineUIPro.Web.common
|
|||
shutdownProject = hSSEData.ShutdownNum ?? 0,//停工项目
|
||||
participateInNum = hSSEData.JoinConstructionPersonNum ?? 0,//参建人数
|
||||
dangerousProject = hSSEData.MajorProjectsUnderConstructionNum ?? 0,//在施危大工程
|
||||
},
|
||||
chinaData = (from project in projects
|
||||
join city in Funs.DB.RealName_City
|
||||
on new { Province = project.Province, Country = project.Country }
|
||||
|
@ -117,7 +118,6 @@ namespace FineUIPro.Web.common
|
|||
name = g.Key,
|
||||
value = g.Count()
|
||||
}).ToList(),//项目地图数据
|
||||
},
|
||||
specialEquipmentSys = 0,//特种设备质保体系【暂无】
|
||||
designBriefing = 0,//图纸会审、设计交底
|
||||
education = new
|
||||
|
|
Loading…
Reference in New Issue