Commit a96a865cd1c33c9606ed0b42844550eeb90b71b0

Authored by panzhaov5
1 parent 1d95f7c6

update...

src/main/java/com/bsth/service/gps/GpsServiceImpl.java
@@ -756,7 +756,7 @@ public class GpsServiceImpl implements GpsService { @@ -756,7 +756,7 @@ public class GpsServiceImpl implements GpsService {
756 gps = list.get(i); 756 gps = list.get(i);
757 row = sheet.createRow(i + 1); 757 row = sheet.createRow(i + 1);
758 row.createCell(0).setCellValue(i + 1); 758 row.createCell(0).setCellValue(i + 1);
759 - row.createCell(1).setCellValue(gps.getNbbm()); 759 + row.createCell(1).setCellValue(nbbm);
760 row.createCell(2).setCellValue(gps.getSection_name()); 760 row.createCell(2).setCellValue(gps.getSection_name());
761 row.createCell(3).setCellValue(gps.getLon()); 761 row.createCell(3).setCellValue(gps.getLon());
762 row.createCell(4).setCellValue(gps.getLat()); 762 row.createCell(4).setCellValue(gps.getLat());