@ -41,6 +41,7 @@ public class HospitalWithoutFilterController extends BaseController {
@RequestParam(required = true) Integer pageSize) {
try {
//只查全科
Page<Doctor> doctorList = doctorInfoService.getDoctorListByHospital(query, hospital, page, pageSize,2);
JSONArray array = new JSONArray();
if (doctorList != null) {