Commit 29bf5c11 authored by 李博今's avatar 李博今

Merge branch 'V2.0.3' of http://103.249.252.28:90/lcy/education

parents 78e69e5f e8182065
......@@ -308,7 +308,9 @@ public class BSlScheduleServiceImpl implements BSlScheduleService {
}
}
//会多出一行,移除
resultList.remove(resultList.size() - 1);
if(resultList.size()>0){
resultList.remove(resultList.size() - 1);
}
List<BSlSchedule> list = bSlScheduleRepository.queryMoreBSlSchedules(
format0.format(minCal.getTime()),
format0.format(maxCal.getTime()),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment