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; -->