瀏覽代碼

文书缺失提示语修改

wangsy 3 年之前
父節點
當前提交
37afe6b968
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/diagbot/facade/MedicalRecordOtherFacade.java

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