main
杜函宇 3 months ago
parent 0af8c0f122
commit deb78033f3

@ -17,7 +17,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
SELECT * SELECT *
FROM (SELECT COUNT(*) AS count FROM tc_sjly where type =1) count, FROM (SELECT COUNT(*) AS count FROM tc_sjly where type =1) count,
(SELECT COUNT(*) AS count1 FROM tc_sjly where type=2 ) count1, (SELECT COUNT(*) AS count1 FROM tc_sjly where type=2 ) count1,
(SELECT COUNT(*) AS count2 FROM tc_xtjc ) count2; (SELECT COUNT(*) AS count2 FROM tc_xtjc where area_id = 1 ) count2;
</select> </select>
<select id="getScreenOpinionReport" resultType="com.ruoyi.tcZz.domain.reponse.ScreenOpinionReportResponse"> <select id="getScreenOpinionReport" resultType="com.ruoyi.tcZz.domain.reponse.ScreenOpinionReportResponse">
SELECT * SELECT *

Loading…
Cancel
Save