Commit 0dea99a6f95fb37b109ccced2df0312839ecdfa7
1 parent
96d5e769
xl_dir to xlDir
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/service/impl/TrafficManageServiceImpl.java
| @@ -353,7 +353,7 @@ public class TrafficManageServiceImpl implements TrafficManageService{ | @@ -353,7 +353,7 @@ public class TrafficManageServiceImpl implements TrafficManageService{ | ||
| 353 | ttInfo = ttInfoRepository.findOne(Long.valueOf(idArray[i])); | 353 | ttInfo = ttInfoRepository.findOne(Long.valueOf(idArray[i])); |
| 354 | param.put("ttinfo.id_eq", ttInfo.getId()); | 354 | param.put("ttinfo.id_eq", ttInfo.getId()); |
| 355 | ttInfoDetailIterator = ttInfoDetailRepository.findAll(new CustomerSpecs<TTInfoDetail>(param), | 355 | ttInfoDetailIterator = ttInfoDetailRepository.findAll(new CustomerSpecs<TTInfoDetail>(param), |
| 356 | - new Sort(Direction.ASC, "xl_dir")).iterator(); | 356 | + new Sort(Direction.ASC, "xlDir")).iterator(); |
| 357 | sBuffer.append("<SKB>"); | 357 | sBuffer.append("<SKB>"); |
| 358 | sBuffer.append("<XLBM>").append(BasicData.lineId2ShangHaiCodeMap.get(ttInfo.getXl())).append("</XLBM>"); | 358 | sBuffer.append("<XLBM>").append(BasicData.lineId2ShangHaiCodeMap.get(ttInfo.getXl())).append("</XLBM>"); |
| 359 | ttinfoJhlc = new String(); | 359 | ttinfoJhlc = new String(); |