hanfucheng 11 месяцев назад
Родитель
Сommit
98c7cdd633
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main/resources/mapper/digitalforest/ForestViewNewMapper.xml

+ 1 - 1
src/main/resources/mapper/digitalforest/ForestViewNewMapper.xml

@@ -231,7 +231,7 @@
             ${params.dataScope}
     </select>
 
-    <select id="selectZszlArea" parameterType="CenterdataTForestForestationArea" resultType="map">
+    <select id="selectZszlArea" parameterType="CenterdataTForestForestationArea" resultType="java.util.LinkedHashMap">
         SELECT a.time 'product', CAST( IFNULL(b.rggxArea,0) AS CHAR ) as '人工造林',CAST( IFNULL(c.area,0) AS CHAR ) '人工更新'
         FROM (SELECT YEAR (DATE_SUB(CURDATE(), INTERVAL 4 YEAR)) time
               UNION