@ -712,7 +712,7 @@ public class CourseService {
mapList.get(0).put("age",null);
}
object.put("doctorInfo",mapList.get(0));
object.put("doctorInfo",mapList.size()>0?mapList.get(0):null);
if (mapList.size() > 0){
page = page - 1;
size = (page+1)*size;