Commit 3baf9461f4ae03e3fff7656ada34077c6d2c1087

Authored by zlz
1 parent ce97f723

运管处路单上传BUG修改

src/main/java/com/bsth/data/BasicData.java
@@ -289,7 +289,7 @@ public class BasicData implements CommandLineRunner { @@ -289,7 +289,7 @@ public class BasicData implements CommandLineRunner {
289 num = 1; 289 num = 1;
290 lineCode = tempArray[0]+""; 290 lineCode = tempArray[0]+"";
291 } 291 }
292 - key = tempArray[0] + "_"+tempArray[1] + "_"+tempArray[2]; 292 + key = tempArray[0] + "_"+tempArray[1] + "_"+tempArray[3];
293 tempStationName2YgcNumber.put(key,num++); 293 tempStationName2YgcNumber.put(key,num++);
294 } 294 }
295 } 295 }