@ -104,7 +104,7 @@ public class PatientConsultEndpoint extends EnvelopRestEndpoint {
JSONObject result = new JSONObject();
result.put("total",total);
result.put("list",data);
result.put("list",array);
return success(result);
}