管道基础大数据平台系统开发-【后端】-Server
13693261870
2024-03-06 9a5458bbe9befc79afc4ebcda1b4ad85f144f9d9
解决 按项目统计三维地形模型面积 出错
已修改1个文件
2 ■■■ 文件已修改
src/main/resources/mapper/sys/ReportMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/sys/ReportMapper.xml
@@ -155,7 +155,7 @@
    <select id="countMptAreaByPrj" resultType="com.lf.server.entity.ctrl.CountEntity">
        select name "m1", 0.0 "area"
        from lf.sys_dir a
        where pid =
        where pid = 0
        order by code;
    </select>