Commit 21ed093b59f0f95e60adde25a13a08373954fa6b

Authored by 娄高锋
2 parents 765536c8 c5a2ab93

Merge branch 'lggj' of http://61.169.120.202:8888/panzhaov5/bsth_control into lggj

src/main/java/com/bsth/data/zndd/OutEntrance.java
... ... @@ -175,7 +175,7 @@ public class OutEntrance {
175 175 String lineCode = line.get("lineCode").toString();
176 176 String stationCode = line.get("stationCode").toString();
177 177 String dir = line.get("dir").toString();
178   - imgMap.put(lineCode+"_"+dir,image);
  178 + imgMap.put(lineCode+"_"+dir,img);
179 179 DKLInfo dklInfo =new DKLInfo();
180 180 dklInfo.setLineCode(stationCode);
181 181 String lineName=BasicData.lineCode2NameMap.get(lineCode);
... ...