提交代码
This commit is contained in:
parent
1393e2b840
commit
98612bc0c8
|
@ -1723,6 +1723,6 @@
|
|||
|
||||
<select id="getAffectedCountryCount" resultType="java.lang.Integer">
|
||||
SELECT count(*) FROM
|
||||
(SELECT disaster_country FROM `disaster_info` GROUP BY disaster_country) disaster
|
||||
(SELECT disaster_country FROM `disaster_info` where respond_status = 2 GROUP BY disaster_country) disaster
|
||||
</select>
|
||||
</mapper>
|
||||
|
|
Loading…
Reference in New Issue