Commit 6e21e4a29eb381e4665925d0ee74810f8ecfd90e

Authored by 李强
1 parent d9264297

修改行单文件格式

src/main/java/com/bsth/service/impl/StationRouteServiceImpl.java
@@ -581,7 +581,7 @@ public class StationRouteServiceImpl extends BaseServiceImpl<StationRoute, Integ @@ -581,7 +581,7 @@ public class StationRouteServiceImpl extends BaseServiceImpl<StationRoute, Integ
581 String path = "down/"; 581 String path = "down/";
582 582
583 // 文件名 583 // 文件名
584 - String filename = line.getLineCode() + ".txt.gz"; 584 + String filename = line.getLineCode() + ".txt";
585 585
586 String versions = "2"; 586 String versions = "2";
587 587