|
|
@ -45,15 +45,15 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
select count(*) as count,'等保系统' as name from tc_dengbao_system
|
|
|
|
select count(*) as count,'等保系统' as name from tc_dengbao_system
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
<select id="getDengbaoUnit" resultType="com.ruoyi.screen.domain.response.ZongzhiDengbaoUnitResponse">
|
|
|
|
<select id="getDengbaoUnit" resultType="com.ruoyi.screen.domain.response.ZongzhiDengbaoUnitResponse">
|
|
|
|
select count(*) as count1, '等保单位' as name1
|
|
|
|
select count(*) as count, '等保单位' as name
|
|
|
|
from tc_dengbao_unit
|
|
|
|
from tc_dengbao_unit
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
<select id="getZhengfu" resultType="com.ruoyi.screen.domain.response.ZongzhiZhengfuResponse">
|
|
|
|
<select id="getZhengfu" resultType="com.ruoyi.screen.domain.response.ZongzhiZhengfuResponse">
|
|
|
|
select count(*) as count2, '政府网站' as name2
|
|
|
|
select count(*) as count, '政府网站' as name
|
|
|
|
from tc_government_web
|
|
|
|
from tc_government_web
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
<select id="getIdc" resultType="com.ruoyi.screen.domain.response.ZongzhiIdcResponse">
|
|
|
|
<select id="getIdc" resultType="com.ruoyi.screen.domain.response.ZongzhiIdcResponse">
|
|
|
|
select count(*) as count3, 'IDC单位' as name3
|
|
|
|
select count(*) as count, 'IDC单位' as name
|
|
|
|
from tc_idc_unit
|
|
|
|
from tc_idc_unit
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
</mapper>
|
|
|
|
</mapper>
|