Commit 52b4cf8b79d6feb134e8a95dab28fd3b69829dda
1 parent
0eeefc51
下拉框排除remove =1
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/service/report/impl/ReportServiceImpl.java
| @@ -2025,7 +2025,7 @@ public class ReportServiceImpl implements ReportService{ | @@ -2025,7 +2025,7 @@ public class ReportServiceImpl implements ReportService{ | ||
| 2025 | public List<Map<String, Object>> lineList() { | 2025 | public List<Map<String, Object>> lineList() { |
| 2026 | // TODO Auto-generated method stub | 2026 | // TODO Auto-generated method stub |
| 2027 | List<Map<String, Object>> list=new ArrayList<Map<String,Object>>(); | 2027 | List<Map<String, Object>> list=new ArrayList<Map<String,Object>>(); |
| 2028 | - Iterator<Line> iterator = lineRepository.findAll().iterator(); | 2028 | + Iterator<Line> iterator = lineRepository.findAllService().iterator(); |
| 2029 | Line line; | 2029 | Line line; |
| 2030 | while (iterator.hasNext()) { | 2030 | while (iterator.hasNext()) { |
| 2031 | line = iterator.next(); | 2031 | line = iterator.next(); |