|
@@ -65,7 +65,7 @@
|
|
|
<select id="wshAdmin" resultType="String">
|
|
|
select count(1) shzt
|
|
|
from qc_ssgqzysytdqk_gzv
|
|
|
- where sys_org_code like 'A04%'
|
|
|
+ where sys_org_code like 'A04%'
|
|
|
</select>
|
|
|
<select id="btgshAdmin" resultType="String">
|
|
|
select count(1) shzt
|
|
@@ -294,7 +294,7 @@
|
|
|
where TDSYXZ = '闲置低效土地'
|
|
|
and SYS_ORG_CODE like 'A04%'
|
|
|
GROUP BY b.SJXZQHDM) d on c.xzqh = d.xzqh2
|
|
|
- order by c.xzqh
|
|
|
+ order by c.xzqh
|
|
|
</select>
|
|
|
<select id="ssdkmjbyqx" resultType="java.util.HashMap">
|
|
|
select VA as "value", NA as "name", VA2 as "value2", numb as "numb", numb2 as "numb2"
|
|
@@ -321,7 +321,7 @@
|
|
|
and SYS_ORG_CODE like 'A04%'
|
|
|
and xzqh like CONCAT(#{xzqh}, '%')
|
|
|
GROUP BY b.XJXZQHDM) d on c.xzqh = d.xzqh2
|
|
|
- order by c.xzqh
|
|
|
+ order by c.xzqh
|
|
|
</select>
|
|
|
<select id="szdkmj" resultType="java.util.HashMap">
|
|
|
select VA as "value", NA as "name", VA2 as "value2", numb as "numb", numb2 as "numb2"
|
|
@@ -340,7 +340,7 @@
|
|
|
where TDSYXZ = '闲置低效土地'
|
|
|
and SYS_ORG_CODE like 'A03%'
|
|
|
GROUP BY b.SJXZQHDM) d on c.xzqh = d.xzqh2
|
|
|
- order by c.xzqh
|
|
|
+ order by c.xzqh
|
|
|
</select>
|
|
|
<select id="szdkmjByqx" resultType="java.util.HashMap">
|
|
|
select VA as "value", NA as "name", VA2 as "value2", numb as "numb", numb2 as "numb2"
|
|
@@ -365,7 +365,7 @@
|
|
|
and SYS_ORG_CODE like 'A03%'
|
|
|
and xzqh like CONCAT(#{xzqh}, '%')
|
|
|
GROUP BY b.XJXZQHDM) d on c.xzqh = d.xzqh2
|
|
|
- order by c.xzqh
|
|
|
+ order by c.xzqh
|
|
|
</select>
|
|
|
<!--一级单位用地亩-->
|
|
|
<select id="yjdwhz" resultType="java.util.HashMap">
|
|
@@ -412,4 +412,7 @@
|
|
|
where org_type='2' and sys_org_code like 'A04%'
|
|
|
GROUP BY key, value
|
|
|
</select>
|
|
|
+ <select id="queryXzdx" resultType="java.lang.String">
|
|
|
+ select distinct xzdx from qc_ssgqzysytdqk_gzv where xzdx is not null order by xzdx desc
|
|
|
+ </select>
|
|
|
</mapper>
|