mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-25 02:32:57 +08:00
commit
This commit is contained in:
@@ -466,7 +466,13 @@ public class CourseServiceImpl implements ICourseService {
|
||||
PageList<Course> rs = new PageList<>();
|
||||
rs.setCount(collect.size());
|
||||
rs.setList(paginate);
|
||||
log.info("78888888888888888888 "+paginate.isEmpty());
|
||||
//log.info("78888888888888888888 "+paginate.isEmpty());
|
||||
if (paginate != null && !paginate.isEmpty()) {
|
||||
log.info("-----KJB------ getCourse");
|
||||
for (Course course : paginate) {
|
||||
this.getCourseFromKJB(course);
|
||||
}
|
||||
}
|
||||
return rs;
|
||||
}
|
||||
}
|
||||
@@ -476,7 +482,7 @@ public class CourseServiceImpl implements ICourseService {
|
||||
rs.setCount(listByFilters2.size());
|
||||
rs.setPageSize(pageSize);
|
||||
rs.setList(paginate);
|
||||
log.info("88888888888888888888 "+paginate.isEmpty());
|
||||
|
||||
if (paginate != null && !paginate.isEmpty()) {
|
||||
log.info("-----KJB------ getCourse");
|
||||
for (Course course : paginate) {
|
||||
|
||||
Reference in New Issue
Block a user