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