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