Commit a96a865cd1c33c9606ed0b42844550eeb90b71b0
1 parent
1d95f7c6
update...
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/service/gps/GpsServiceImpl.java
| ... | ... | @@ -756,7 +756,7 @@ public class GpsServiceImpl implements GpsService { |
| 756 | 756 | gps = list.get(i); |
| 757 | 757 | row = sheet.createRow(i + 1); |
| 758 | 758 | row.createCell(0).setCellValue(i + 1); |
| 759 | - row.createCell(1).setCellValue(gps.getNbbm()); | |
| 759 | + row.createCell(1).setCellValue(nbbm); | |
| 760 | 760 | row.createCell(2).setCellValue(gps.getSection_name()); |
| 761 | 761 | row.createCell(3).setCellValue(gps.getLon()); |
| 762 | 762 | row.createCell(4).setCellValue(gps.getLat()); | ... | ... |