大屏接口编写

Lvtianfang
dongdingding 1 year ago
parent ce54412a54
commit d588200f19

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

Loading…
Cancel
Save