| | |
| | | list = baseMapper.getDayList(dbReport); |
| | | } |
| | | |
| | | }else if (dbReport.getTimeFlag().equals("year")){ |
| | | // if (dbReport.getType().equals("wy")){ |
| | | // //位移 |
| | | // list = baseMapper.getYearListWy(dbReport); |
| | | // }else{ |
| | | // list = baseMapper.getYearList(dbReport); |
| | | // } |
| | | }else if (dbReport.getTimeFlag().equals("month")){ |
| | | if (dbReport.getType().equals("wy")){ |
| | | //位移 |
| | | list = baseMapper.getMonthListWy(dbReport); |
| | | }else{ |
| | | list = baseMapper.getMonthList(dbReport); |
| | | } |
| | | } else if (dbReport.getTimeFlag().equals("year")) { |
| | | if (dbReport.getType().equals("wy")){ |
| | | //位移 |
| | | list = baseMapper.getYearListWy(dbReport); |
| | | }else{ |
| | | list = baseMapper.getYearList(dbReport); |
| | | } |
| | | |
| | | |
| | | } |
| | | |
| | | |
| | | return list; |
| | | |
| | | } |