main
杜函宇 3 days ago
parent 761ea91b9a
commit fc05ba808f

@ -25,9 +25,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</select> </select>
<select id="getScreenSource" resultType="com.ruoyi.tcZz.domain.reponse.ScreenSourceResponse"> <select id="getScreenSource" resultType="com.ruoyi.tcZz.domain.reponse.ScreenSourceResponse">
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 and isStatus = 1) count,
(SELECT COUNT(*) AS count1 FROM tc_sjly where type=2 ) count1, (SELECT COUNT(*) AS count1 FROM tc_sjly where type=2 and isStatus = 1 ) count1,
(SELECT COUNT(*) AS count2 FROM tc_xtjc where area_id = 1 ) count2; (SELECT COUNT(*) AS count2 FROM tc_xtjc where isStatus = 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