@@ -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));
@@ -167,7 +167,7 @@ oath.self.address: http://${myhost}:${server.port}
# 加解密开关
encrypt:
- enable: true
+ enable: false
swagger:
enable: true