Commit 9950bb66dd42ca160960a37915eac347b0c82a6a

Authored by zq
1 parent d394a7b1

青浦时刻表上传代码依赖

src/main/java/com/bsth/service/impl/TrafficManageServiceImpl.java
@@ -963,11 +963,11 @@ public class TrafficManageServiceImpl implements TrafficManageService{ @@ -963,11 +963,11 @@ public class TrafficManageServiceImpl implements TrafficManageService{
963 Iterator<TTInfoDetail> ttInfoDetailIterator; 963 Iterator<TTInfoDetail> ttInfoDetailIterator;
964 HashMap<String,Object> param ; 964 HashMap<String,Object> param ;
965 sBuffer.append("<SKBs>"); 965 sBuffer.append("<SKBs>");
966 - HashMap<String,String> paramMap = null; 966 + HashMap<String,String> paramMap;
967 HashMap<String,String> otherMap = new HashMap<>(); 967 HashMap<String,String> otherMap = new HashMap<>();
968 // 得到时刻表版本号 968 // 得到时刻表版本号
969 - int lineVersion = -1;  
970 - long ttinfoId = -1L; 969 + int lineVersion;
  970 + long ttinfoId;
971 // 是否输出站点信息 971 // 是否输出站点信息
972 boolean isLogStation; 972 boolean isLogStation;
973 for (int i = 0; i < idArray.length; i++) { 973 for (int i = 0; i < idArray.length; i++) {