Commit 103d57a1c025c426d96d63f2c8053e00a66d55d1
1 parent
3b2743e1
工作汇总报临加情况 备注字段
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/service/report/impl/ReportServiceImpl.java
| @@ -1825,7 +1825,7 @@ public class ReportServiceImpl implements ReportService{ | @@ -1825,7 +1825,7 @@ public class ReportServiceImpl implements ReportService{ | ||
| 1825 | newMap.put("dz", scheduleRealInfo.getQdzName()); | 1825 | newMap.put("dz", scheduleRealInfo.getQdzName()); |
| 1826 | newMap.put("sj", scheduleRealInfo.getFcsj()); | 1826 | newMap.put("sj", scheduleRealInfo.getFcsj()); |
| 1827 | newMap.put("ljlc", scheduleRealInfo.getJhlc()==null?0:scheduleRealInfo.getJhlc()); | 1827 | newMap.put("ljlc", scheduleRealInfo.getJhlc()==null?0:scheduleRealInfo.getJhlc()); |
| 1828 | - newMap.put("jyqp", scheduleRealInfo.getRealMileage()==null?"":scheduleRealInfo.getRealMileage()); | 1828 | + newMap.put("jyqp", scheduleRealInfo.getRemarks()==null?"":scheduleRealInfo.getRemarks()); |
| 1829 | list.add(newMap); | 1829 | list.add(newMap); |
| 1830 | } | 1830 | } |
| 1831 | // }else{ | 1831 | // }else{ |