|
@ -353,7 +353,6 @@ public class DoctorController extends BaseController {
|
|
|
int page,
|
|
|
int pagesize) {
|
|
|
try {
|
|
|
System.out.print(new SimpleDateFormat("yyy-MM-dd HH:mm:ss").format(new Date()));
|
|
|
JSONArray array = new JSONArray();
|
|
|
List<Doctor> list = doctorInfoService.findFamousDoctorList(key, type, page, pagesize, level);
|
|
|
if (list != null) {
|
|
@ -385,7 +384,6 @@ public class DoctorController extends BaseController {
|
|
|
array.put(json);
|
|
|
}
|
|
|
}
|
|
|
System.out.print(new SimpleDateFormat("yyy-MM-dd HH:mm:ss").format(new Date()));
|
|
|
return write(200, "获取名医列表成功!", "list", array);
|
|
|
} catch (Exception e) {
|
|
|
error(e);
|