Commit f7cc88b7 authored by zengtianlai3's avatar zengtianlai3

2.3.17 代码质量:switch语句中缺少default语句

parent 22dd355f
...@@ -52,6 +52,8 @@ public class MonitorServiceImpl extends ServiceImpl<MonitorMapper, Monitor> impl ...@@ -52,6 +52,8 @@ public class MonitorServiceImpl extends ServiceImpl<MonitorMapper, Monitor> impl
case 3: case 3:
localDate = localDate.plusDays(-29); localDate = localDate.plusDays(-29);
break; break;
default:
break;
} }
List<Monitor> monitorList = monitorMapper.getMonitorList(localDate, endDate); List<Monitor> monitorList = monitorMapper.getMonitorList(localDate, endDate);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment