소스 검색

增加html解析

wangsy 4 년 전
부모
커밋
96aa1a3f90
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/java/com/diagbot/facade/BehospitalInfoFacade.java

+ 1 - 0
src/main/java/com/diagbot/facade/BehospitalInfoFacade.java

@@ -302,6 +302,7 @@ public class BehospitalInfoFacade extends BehospitalInfoServiceImpl {
                 for (RecordContentDTO recordContentDTO : recordContentDTOList) {
                     recTitle = recordContentDTO.getRecTitle();
                     recordContentDTO.setXmlText(encrypDES.decryptor(recordContentDTO.getXmlText()));
+                    recordContentDTO.setHtmlText(encrypDES.decryptor(recordContentDTO.getHtmlText()));
                 }
             } catch (Exception e) {
                 throw new CommonException(CommonErrorCode.SERVER_IS_ERROR,