|
@@ -177,15 +177,15 @@
|
|
type="com.sooka.sponest.data.app.domain.VisuForestCloudMapVO"></parameterMap>
|
|
type="com.sooka.sponest.data.app.domain.VisuForestCloudMapVO"></parameterMap>
|
|
|
|
|
|
<select id="getResourcesTotal" parameterMap="pm_VisuForestCloudMapVO" resultType="map">
|
|
<select id="getResourcesTotal" parameterMap="pm_VisuForestCloudMapVO" resultType="map">
|
|
- select '矿产资源管理' name,count(*) value from centerdata_t_resources_deposit a
|
|
|
|
|
|
+ select '矿产资源' name,count(*) value from centerdata_t_resources_deposit a
|
|
left join ${database_system}.sys_dept d on d.dept_id = a.dept_id
|
|
left join ${database_system}.sys_dept d on d.dept_id = a.dept_id
|
|
where 1=1 ${params.dataScope}
|
|
where 1=1 ${params.dataScope}
|
|
union all
|
|
union all
|
|
- select '森林资源管理' name,count(*) value from centerdata_t_resources_forest a
|
|
|
|
|
|
+ select '森林资源' name,count(*) value from centerdata_t_resources_forest a
|
|
left join ${database_system}.sys_dept d on d.dept_id = a.dept_id
|
|
left join ${database_system}.sys_dept d on d.dept_id = a.dept_id
|
|
where 1=1 ${params.dataScope}
|
|
where 1=1 ${params.dataScope}
|
|
union all
|
|
union all
|
|
- select '地质灾害隐患点管理' name,count(*) value from centerdata_t_resources_geologic_hazard a
|
|
|
|
|
|
+ select '地质灾害隐患点' name,count(*) value from centerdata_t_resources_geologic_hazard a
|
|
left join ${database_system}.sys_dept d on d.dept_id = a.dept_id
|
|
left join ${database_system}.sys_dept d on d.dept_id = a.dept_id
|
|
where 1=1 ${params.dataScope}
|
|
where 1=1 ${params.dataScope}
|
|
union all
|
|
union all
|
|
@@ -193,11 +193,11 @@
|
|
left join ${database_system}.sys_dept d on d.dept_id = a.dept_id
|
|
left join ${database_system}.sys_dept d on d.dept_id = a.dept_id
|
|
where 1=1 ${params.dataScope}
|
|
where 1=1 ${params.dataScope}
|
|
union all
|
|
union all
|
|
- select '违建信息管理' name,count(*) value from centerdata_t_resources_illegal_construction a
|
|
|
|
|
|
+ select '违建信息' name,count(*) value from centerdata_t_resources_illegal_construction a
|
|
left join ${database_system}.sys_dept d on d.dept_id = a.dept_id
|
|
left join ${database_system}.sys_dept d on d.dept_id = a.dept_id
|
|
where 1=1 ${params.dataScope}
|
|
where 1=1 ${params.dataScope}
|
|
union all
|
|
union all
|
|
- select '土地资源管理信息' name,count(*) value from centerdata_t_resources_land a
|
|
|
|
|
|
+ select '土地资源' name,count(*) value from centerdata_t_resources_land a
|
|
left join ${database_system}.sys_dept d on d.dept_id = a.dept_id
|
|
left join ${database_system}.sys_dept d on d.dept_id = a.dept_id
|
|
where 1=1 ${params.dataScope}
|
|
where 1=1 ${params.dataScope}
|
|
</select>
|
|
</select>
|