فهرست منبع

修复缺陷734

lyq 1 سال پیش
والد
کامیت
52b606bf4c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/main/resources/mapper/commandcenter/CommandCentreMapper.xml

+ 1 - 1
src/main/resources/mapper/commandcenter/CommandCentreMapper.xml

@@ -14,7 +14,7 @@
             </if>
         </where>
         GROUP BY a.type
-        UNION
+        UNION ALL
         SELECT COUNT(DISTINCT a.user_id) userId FROM centerdata_t_forest_linleader a
         LEFT JOIN ${database_system}.sys_dept d ON d.dept_id = a.dept_id
         where a.lin_job != 'forest_lin_jy'