管道基础大数据平台系统开发-【后端】-Server
xing
2023-02-22 11c1e629e664a6a6f771f40c576e6519b1c5384c
20230221@xingjs@提交官网一张图相关内容接口[修改sql]
已修改1个文件
4 ■■■■ 文件已修改
src/main/resources/mapper/show/OneMapMapper.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/show/OneMapMapper.xml
@@ -33,9 +33,9 @@
        from lf.sys_dir a where id > 1 and pid = 0;
    </select>
    <!--  数据统计 文件格式维度-文件个数  -->
    <!--  数据统计 文件格式维度-文件个数 select type,count(*),count(sizes) from lf.sys_meta group by type;  -->
    <select id="fileFormatCount" resultType="java.util.Map">
        select type,count(*),count(sizes) from lf.sys_meta group by type;
        select type,count(type) AS number,count(sizes) AS capacity from lf.sys_meta group by type;
    </select>
    <!--  数据统计 数据申请 select * from lf.sys_apply a inner join lf.sys_user b on a.userid = b.id;  -->