@@ -331,7 +331,7 @@ public class BehospitalInfoFacade extends BehospitalInfoServiceImpl {
List<RecordContentDTO> recordContentDTOList = medicalRecordFacade.getRecordContentFac(recordContentVO);
String recTitle = "";
// 解密数据
- if (encryptFlag) {
+ if (false && encryptFlag) {
try {
EncrypDES encrypDES = new EncrypDES();
for (RecordContentDTO recordContentDTO : recordContentDTOList) {