src/main/resources/mapper/show/OneMapMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/resources/mapper/show/OneMapMapper.xml
@@ -34,7 +34,7 @@ <!-- 数据统计 数据存储 --> <select id="dataStorageCount" resultType="java.util.Map"> select name "名称", (select count(*) from lf.sys_meta b where b.dircode like a.code || '%') "文件数", (select count(sizes) from lf.sys_meta b where b.dircode like a.code || '%') "数量(MB)" (select sum(sizes) from lf.sys_meta b where b.dircode like a.code || '%') "数量(MB)" from lf.sys_dir a where id > 1 and pid = 0; </select>