|
@@ -492,7 +492,7 @@ public class HomeServiceImpl implements HomeService {
|
|
|
studentSearch.getSubjectId(),
|
|
|
studentSearch.getStartTime(),
|
|
|
studentSearch.getEndTime());
|
|
|
- if(CollectionUtils.isNotEmpty(studentIds)){
|
|
|
+ if(CollectionUtils.isEmpty(studentIds)){
|
|
|
return Collections.emptyList();
|
|
|
}
|
|
|
//获取间隔天数
|