lyq пре 7 месеци
родитељ
комит
51dabfb9f1

+ 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