Procházet zdrojové kódy

测试时关闭解密开关

chengyao před 4 roky
rodič
revize
76d17547a2

+ 1 - 1
src/main/java/com/diagbot/facade/BehospitalInfoFacade.java

@@ -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) {