|
@ -192,7 +192,7 @@ public class SignPatientLabelInfoController extends BaseController {
|
|
|
return error(-1, "患者不能为空");
|
|
|
}
|
|
|
|
|
|
JSONArray labels = labelInfoService.getPatientLabelByLabelTypeAndTeamCode(patient, labelType,teamCode);
|
|
|
JSONArray labels = labelInfoService.getPatientLabelByLabelTypeAndTeamCode(patient, labelType,teamCode,getUID());
|
|
|
|
|
|
return write(200, "查询成功", "data", labels);
|
|
|
} catch (Exception e) {
|