소스 검색

数字林业

hanfucheng 11 달 전
부모
커밋
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