From 3d4e14a8ee14658591fc9ea38ce8c9a789149fe4 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期五, 01 三月 2024 10:45:48 +0800 Subject: [PATCH] 解决空指针异常 --- src/main/resources/mapper/sys/ReportMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mapper/sys/ReportMapper.xml b/src/main/resources/mapper/sys/ReportMapper.xml index 4bd3d62..d72151f 100644 --- a/src/main/resources/mapper/sys/ReportMapper.xml +++ b/src/main/resources/mapper/sys/ReportMapper.xml @@ -122,7 +122,7 @@ <!-- 鎸夐」鐩粺璁¢捇瀛旀暟鎹� --> <select id="countExplorationPoints" resultType="com.lf.server.entity.ctrl.CountEntity"> select - name "m1", a.code "m3", + name "m1", a.code "m3", 0.0 "area", (select count(*) from bs.s_explorationpoint b where dirid like a.code || '%') "count", (select coalesce(round(sum(sizes)::numeric, 3), 0) from bs.s_explorationpoint b -- Gitblit v1.9.3