소스 검색

事件中事件类型模版

majunqi 1 년 전
부모
커밋
623173f00e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/mapper/centereventteventtypemonitor/centereventteventtypemonitorMapper.xml

+ 1 - 1
src/main/resources/mapper/centereventteventtypemonitor/centereventteventtypemonitorMapper.xml

@@ -107,7 +107,7 @@
         moni.type_dl_name typeDlName
         from centerevent_t_eventtype_monitor moni
         left join (
-        select IFNULL(id,0) id,IFNULL(parent_id,1) parentId,IFNULL(event_type_name,'火情事件') name,count(*) value from (
+        select IFNULL(id,1) id,IFNULL(parent_id,0) parentId,IFNULL(event_type_name,'火情事件') name,count(*) value from (
         select y.id,y.parent_id,event_type_name from (
         <if test="isHgj != null and isHgj == 'false'">
             select event_code,event_type_xl from centerevent_t_eventcatalogue