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