Quellcode durchsuchen

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

zhaozhan vor 1 Jahr
Ursprung
Commit
f1c8973ae4

+ 4 - 4
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,7 +193,7 @@
         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