Explorar el Código

数字资源远端调用/综合信息 更改返回名

zhaozhan hace 1 año
padre
commit
93aa18a254

+ 5 - 5
src/main/resources/mapper/digitalresource/DigitalResourcesBigDataMapper.xml

@@ -177,15 +177,15 @@
                   type="com.sooka.sponest.data.app.domain.VisuForestCloudMapVO"></parameterMap>
 
     <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
         where 1=1 ${params.dataScope}
         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
         where 1=1 ${params.dataScope}
         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
         where 1=1 ${params.dataScope}
         union all
@@ -193,11 +193,11 @@
         left join ${database_system}.sys_dept d on d.dept_id = a.dept_id
         where 1=1 ${params.dataScope}
         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
         where 1=1 ${params.dataScope}
         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
         where 1=1 ${params.dataScope}
     </select>