|
@ -110,7 +110,7 @@ public class DoctorConsultController extends WeixinBaseController {
|
|
|
|
|
|
jsonArray.put(json);
|
|
|
}
|
|
|
return write(200, "查询成功", "list", jsonArray);
|
|
|
return write(200, "查询成功", "list", list, jsonArray);
|
|
|
} catch (Exception e) {
|
|
|
error(e);
|
|
|
return invalidUserException(e, -1, "查询失败!");
|