wuweihao 2 anni fa
parent
commit
8793ee5f31

+ 1 - 1
720yun_fd_manage/gis_web/src/main/java/com/gis/web/controller/TestController.java

@@ -258,7 +258,7 @@ public class TestController extends BaseController {
 
     @ApiOperation(value = "testShell-测试脚本")
     @GetMapping("/testShell/{i}")
-    public Result shell(Integer i)  {
+    public Result shell(@PathVariable Integer i)  {
         return testService.sh(i);
     }