|
@ -171,8 +171,8 @@ public class SignPatientLabelInfoController extends BaseController {
|
|
|
return write(200, "查询成功", "data", jsonObject);
|
|
|
}
|
|
|
|
|
|
// JSONArray result = labelInfoService.getPatientByLabel(getUID(), labelCode, labelType, teamCode, page, pagesize,isSlowDisease,diseaseCondition);
|
|
|
JSONArray result = labelInfoService.getPatientByLabel("xh1D201703150222", labelCode, labelType, teamCode, page, pagesize,isSlowDisease,diseaseCondition);
|
|
|
JSONArray result = labelInfoService.getPatientByLabel(getUID(), labelCode, labelType, teamCode, page, pagesize,isSlowDisease,diseaseCondition);
|
|
|
// JSONArray result = labelInfoService.getPatientByLabel("xh1D201703150222", labelCode, labelType, teamCode, page, pagesize,isSlowDisease,diseaseCondition);
|
|
|
|
|
|
return write(200, "查询成功", "data", result);
|
|
|
} catch (Exception e) {
|
|
@ -306,7 +306,7 @@ public class SignPatientLabelInfoController extends BaseController {
|
|
|
|
|
|
if (labelType.equals("1") && teamCode != 0L) {
|
|
|
JSONArray r = patientService.getSignByDoctorCodeGpbyServer(getUID(), teamCode + "",isSlowDisease,diseaseCondition);
|
|
|
//JSONArray r= patientService.getSignByDoctorCodeGpbyServer("xh1D201703150222",teamCode+"");
|
|
|
// JSONArray r= patientService.getSignByDoctorCodeGpbyServer("xy201703150222",teamCode + "",isSlowDisease,diseaseCondition);
|
|
|
return write(200, "查询成功", "data", r);
|
|
|
}
|
|
|
|