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