Jelajahi Sumber

文书缺失提示语修改

wangsy 3 tahun lalu
induk
melakukan
37afe6b968

+ 1 - 1
src/main/java/com/diagbot/facade/MedicalRecordOtherFacade.java

@@ -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);