|
@ -77,7 +77,7 @@ public class DoctorRehabilitaionInfoController extends EnvelopRestEndpoint {
|
|
|
}
|
|
|
if (StringUtils.isBlank(doctorId)) {
|
|
|
doctorId = getUID();
|
|
|
System.out.println("医生id==>getUID()==>" + getUID());
|
|
|
// System.out.println("医生id==>getUID()==>" + getUID());
|
|
|
}
|
|
|
JSONObject result = rehabilitationInfoService.getRehabilitationPatientListNew(downPatientId, idcard, doctorId, status, page, pagesize);
|
|
|
return write(200, "请求成功", "data", result);
|