Ver código fonte

增加html解析

wangsy 4 anos atrás
pai
commit
96aa1a3f90

+ 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,