Explorar o código

增加html解析

wangsy %!s(int64=4) %!d(string=hai) anos
pai
achega
96aa1a3f90
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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,