|
@@ -141,6 +141,10 @@
|
|
|
select '排污口' name,count(*) value from centerdata_t_environment_sewage_outlet 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_environment_water_monitor a
|
|
|
+ left join ${database_system}.sys_dept d on d.dept_id = a.dept_id
|
|
|
+ where 1=1 ${params.dataScope}
|
|
|
</select>
|
|
|
|
|
|
<select id="findDataByYear" resultType="java.util.Map">
|