|
@@ -98,7 +98,7 @@ public class MedicalRecordOtherFacade extends MedicalRecordServiceImpl {
|
|
|
medicalRecordContent.setHtmlText(medicalRecordContent.getXmlText());
|
|
|
}
|
|
|
} else {
|
|
|
- throw new CommonException(CommonErrorCode.PARAM_IS_ERROR, "病历id不存在!");
|
|
|
+ throw new CommonException(CommonErrorCode.PARAM_IS_ERROR, "该文书数据缺失~");
|
|
|
}
|
|
|
MedRecordContentOtherDTO medRecordContentOtherDTO = new MedRecordContentOtherDTO();
|
|
|
BeanUtil.copyProperties(medicalRecordContent, medRecordContentOtherDTO);
|