lyq 7 月之前
父节点
当前提交
51dabfb9f1
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/main/resources/mapper/lawenforcement/LawenforcementViewMapper.xml

+ 2 - 2
src/main/resources/mapper/lawenforcement/LawenforcementViewMapper.xml

@@ -178,7 +178,7 @@
             count( id ) num
         FROM
             lawenforcement_record a
-        WHERE record_status not IN ( 'lawenforcement_type_1', 'lawenforcement_type_9') UNION ALL
+        WHERE record_status not IN ( 'lawenforcement_type_1') UNION ALL
         SELECT
             '转立案' NAME,
             count( id ) num
@@ -189,7 +189,7 @@
             count( id ) num
         FROM
             lawenforcement_case a
-        WHERE state IN ( 'state_3', 'state_4' ) UNION ALL
+        WHERE state IN ( 'state_2', 'state_3', 'state_4', 'state_5' ) UNION ALL
         SELECT
             '协商一致' NAME,
             count( id ) num