@ -37,6 +37,7 @@ public class PatientAction extends BaseAction {
return Result.error(ResultEnum.PARAM_IS_BLANK);
}
try {
patientId = getDecodeString(patientId);
JsonResult jsonResult = new HisPatientDao().selectPatientInfo(patientId, "999");
if (!jsonResult.success()) {
return Result.error(jsonResult.getMessage());