Commit e12399e326e580caa67c2c865763cad49d73d737
1 parent
ff1b492a
月表报
Showing
1 changed file
with
1 additions
and
2 deletions
src/main/java/com/bsth/service/forms/impl/FormsServiceImpl.java
| ... | ... | @@ -202,8 +202,7 @@ public class FormsServiceImpl implements FormsService { |
| 202 | 202 | }); |
| 203 | 203 | |
| 204 | 204 | List<ScheduleRealInfo> sList; |
| 205 | - List<ScheduleRealInfo> lists=scheduleRealInfoRepository.scheduleByDateAndLineTj(map.get("line").toString(), map.get("startDate").toString(), map.get("endDate").toString(), | |
| 206 | - gsdmManth,fgsdmManth); | |
| 205 | + List<ScheduleRealInfo> lists=scheduleRealInfoRepository.scheduleByDateAndLineYbb(map.get("line").toString(), map.get("startDate").toString(), map.get("endDate").toString()); | |
| 207 | 206 | for(int i=0;i<list.size();i++){ |
| 208 | 207 | sList =new ArrayList<ScheduleRealInfo>(); |
| 209 | 208 | Shiftuehiclemanth d=list.get(i); | ... | ... |