取值修改
This commit is contained in:
parent
fb2d93cbdf
commit
f312a49b49
|
@ -325,10 +325,14 @@ namespace FineUIPro.Web.common
|
|||
},
|
||||
meetAnEmergency = new
|
||||
{//应急管理数据
|
||||
comprehensive = hsseData.CompanyComprehensivePlanNum ?? 0,//综合预案
|
||||
special = hsseData.CompanySpecialPlanNum ?? 0,//专项预案
|
||||
scene = hsseData.CompanyOnSiteDisposalPlan ?? 0,//现场处置
|
||||
drill = hsseData.CompanyDrillNum ?? 0//演练次数
|
||||
// comprehensive = hsseData.CompanyComprehensivePlanNum ?? 0,//综合预案
|
||||
// special = hsseData.CompanySpecialPlanNum ?? 0,//专项预案
|
||||
// scene = hsseData.CompanyOnSiteDisposalPlan ?? 0,//现场处置
|
||||
// drill = hsseData.CompanyDrillNum ?? 0//演练次数
|
||||
comprehensive = hsseData.ProjectComprehensivePlanNum ?? 0,//综合预案
|
||||
special = hsseData.ProjectSpecialPlanNum ?? 0,//专项预案
|
||||
scene = hsseData.ProjectOnSiteDisposalPlan ?? 0,//现场处置
|
||||
drill = hsseData.ProjectDrillNum ?? 0//演练次数
|
||||
},
|
||||
engineeringDivision = new
|
||||
{//工程划分
|
||||
|
|
Loading…
Reference in New Issue