Commit 47a68f61e4c6b95fc46f99a6094bbe6c4ba28e85
1 parent
ee94d9b4
feat: 修改备注
Showing
1 changed file
with
1 additions
and
1 deletions
Bsth-admin/src/main/java/com/ruoyi/service/SchedulingService.java
| @@ -230,7 +230,7 @@ public class SchedulingService { | @@ -230,7 +230,7 @@ public class SchedulingService { | ||
| 230 | Map<String, ReportViewResponseVo> resultMap = new HashMap<>(1200); | 230 | Map<String, ReportViewResponseVo> resultMap = new HashMap<>(1200); |
| 231 | for (String key : orangeMap.keySet()) { | 231 | for (String key : orangeMap.keySet()) { |
| 232 | List<DriverScheduling> list = orangeMap.get(key); | 232 | List<DriverScheduling> list = orangeMap.get(key); |
| 233 | - // 过滤 vo | 233 | + // 如果有选超时过滤的话过滤 |
| 234 | if (filterReportVoList(vo.getStage(), list)) { | 234 | if (filterReportVoList(vo.getStage(), list)) { |
| 235 | continue; | 235 | continue; |
| 236 | } | 236 | } |