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

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

@@ -141,7 +141,7 @@
     <select id="getRecordCheckFrequency" resultType="map">
         SELECT a.name, IFNULL(num, 0) num
         FROM (
-            SELECT '10' name UNION SELECT '10-20' name UNION SELECT '20-50' name UNION SELECT '50-100' name UNION SELECT '100' name
+            SELECT '小于10' name UNION SELECT '10-20' name UNION SELECT '20-50' name UNION SELECT '50-100' name UNION SELECT '大于100' name
         ) a
         LEFT JOIN (
             SELECT CASE WHEN total &lt;= 10 THEN '10'