Commit 77c4099ae63f9723685eec246ff810996f88ae98
1 parent
28a6d54c
fix: 还原配置
Showing
1 changed file
with
1 additions
and
1 deletions
Bsth-admin/src/main/java/com/ruoyi/service/impl/BigViewServiceImpl.java
| ... | ... | @@ -73,7 +73,7 @@ public class BigViewServiceImpl implements BigViewService { |
| 73 | 73 | List<FleetInfoVo> fleetInfoVos = handleFleetWithLinePersonInfo(matchMap, mapVo); |
| 74 | 74 | // 特殊处理 处理进博会线路信息 |
| 75 | 75 | if (LocalDate.now().toString().compareTo("2023-11-12") < 0){ |
| 76 | -// specialTreatment(fleetInfoVos); | |
| 76 | + specialTreatment(fleetInfoVos); | |
| 77 | 77 | } |
| 78 | 78 | return fleetInfoVos; |
| 79 | 79 | } | ... | ... |