Browse Source

数字林业可视化接口

hanfucheng 11 months ago
parent
commit
da8dd95cfa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/mapper/digitalforest/ForestViewNewMapper.xml

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

@@ -130,7 +130,7 @@
             LEFT JOIN (
             SELECT
                 a.industry_type,
-                CAST( IFNULL( sum( a.industry_sum ), 0 ) AS CHAR ) industry_sum
+                IFNULL( sum( a.industry_sum ), 0 ) industry_sum
             FROM
                 centerdata_t_forest_lycyzcz a
                 LEFT JOIN ${database_system}.sys_dept d ON a.dept_id = d.dept_id