|
@@ -300,7 +300,7 @@ public class PointGenerateService {
|
|
|
stationsb.append("P").append(pnum);
|
|
|
Integer lnum = Integer.valueOf(w.getLineid().substring(substaion.length(), w.getLineid().indexOf("_"))) * 1;
|
|
|
stationsb.append("_L").append(lnum);
|
|
|
- Integer wnum = Integer.valueOf(w.getId().substring(w.getId().indexOf("_") + 1, w.getId().length()));
|
|
|
+ String wnum = w.getId().substring(w.getId().indexOf("_") + 1, w.getId().length());
|
|
|
stationsb.append("_").append(wnum);
|
|
|
|
|
|
//BHB3FJJSFW.SX_JN_BHB3F_JS_P1_L30_001_CI0060
|