瀏覽代碼

数字中台-数字农业接口(已完成待联调)

吕宣芝 1 年之前
父節點
當前提交
d80140b1c8
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/main/resources/mapper/digitalagriculture/AgricultureBigDataMapper.xml

+ 4 - 0
src/main/resources/mapper/digitalagriculture/AgricultureBigDataMapper.xml

@@ -699,6 +699,8 @@
             centerdata_t_farm_agricultural_cooperatives AS cooperatives
         ON
             modes.land_use_mode = cooperatives.land_use_mode
+        left join
+            ${database_system}.sys_dept d on d.dept_id = b.dept_id
         <where>${params.dataScope}</where>
         GROUP BY
             modes.land_use_mode
@@ -720,6 +722,8 @@
             centerdata_t_farm_agricultural_cooperatives AS cooperatives
         ON
             modes.business_type = cooperatives.business_type
+        left join
+            ${database_system}.sys_dept d on d.dept_id = b.dept_id
         <where>${params.dataScope}</where>
         GROUP BY
             modes.business_type