chengyao %!s(int64=3) %!d(string=hai) anos
pai
achega
f356cda776

+ 1 - 1
src/main/java/com/diagbot/web/BehospitalInfoController.java

@@ -108,7 +108,7 @@ public class BehospitalInfoController {
             notes = "")
     @PostMapping("/analyze_rpc")
     @SysLogger("analyze_rpc")
-    @Transactional
+    //@Transactional
     @ApiIgnore
     public RespDTO<AnalyzeDTO> analyze_rpc(@RequestBody AnalyzeVO analyzeVO) {
         return RespDTO.onSuc(behospitalInfoFacade.analyze(analyzeVO));

+ 1 - 1
src/main/resources/application-test.yml

@@ -167,7 +167,7 @@ oath.self.address: http://${myhost}:${server.port}
 
 # 加解密开关
 encrypt:
-  enable: true
+  enable: false
 
 swagger:
   enable: true