CeDo
2021-06-04 3063550d2f07be58b33b54be93c3628806191b85
springcloud_k8s_panzhihuazhihuishequ/service_grid/src/main/resources/mapper/EventGridDataMapper.xml
@@ -152,7 +152,7 @@
    <select id="getGridTodoData" resultType="com.panzhihua.common.model.vos.grid.UserEventGridDataVO"
      parameterType="com.panzhihua.common.model.dtos.grid.EventGridTodoDataDTO">
      SELECT IFNULL(SUM(t.todoNums), 0), 1 event_type
      SELECT IFNULL(SUM(t.todoNums), 0) todoNums, 1 event_type
      FROM (
      SELECT  IFNULL(count(e.id), 0) as todoNums
      FROM EVENT  e
@@ -163,7 +163,7 @@
      GROUP BY e.event_type
      ) t
      UNION ALL
      SELECT IFNULL(SUM(t.todoNums), 0), 2 event_type
      SELECT IFNULL(SUM(t.todoNums), 0) todoNums, 2 event_type
      FROM (
      SELECT  IFNULL(count(e.id), 0) as todoNums
      FROM EVENT  e
@@ -174,7 +174,7 @@
      GROUP BY e.event_type
      ) t
      UNION ALL
      SELECT IFNULL(SUM(t.todoNums), 0), 3 event_type
      SELECT IFNULL(SUM(t.todoNums), 0) todoNums, 3 event_type
      FROM (
      SELECT  IFNULL(count(e.id), 0) as todoNums
      FROM EVENT  e
@@ -185,7 +185,7 @@
      GROUP BY e.event_type
      ) t
      UNION ALL
      SELECT IFNULL(SUM(t.todoNums), 0), 4 event_type
      SELECT IFNULL(SUM(t.todoNums), 0) todoNums, 4 event_type
      FROM (
      SELECT  IFNULL(count(e.id), 0) as todoNums
      FROM EVENT  e
@@ -196,7 +196,7 @@
      GROUP BY e.event_type
      ) t
      UNION ALL
      SELECT IFNULL(SUM(t.todoNums), 0), 5 event_type
      SELECT IFNULL(SUM(t.todoNums), 0) todoNums, 5 event_type
      FROM (
      SELECT  IFNULL(count(e.id), 0) as todoNums
      FROM EVENT  e