modules/mainPart/src/main/java/com/zt/life/modules/mainPart/taskReliability/controller/ModelLineController.java
@@ -47,28 +47,6 @@ @Autowired private ModelRbdNodeService modelRbdNodeService; @Autowired private PythonLib pythonLib; /* @GetMapping("callPythonCalc") @ApiOperation("信息") public Result callPythonCalc() { Result result = pythonLib.callPython(); return result; } */ /* @GetMapping("getPythonCalcResult") @ApiOperation("信息") public Result<String> getPythonCalcResult() { String result = pythonLib.getPythonCalcResult(); return Result.ok(result); } */ @GetMapping("page") @ApiOperation("分页")