瀏覽代碼

aws_upload sudo

wuweihao 2 年之前
父節點
當前提交
8793ee5f31
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      720yun_fd_manage/gis_web/src/main/java/com/gis/web/controller/TestController.java

+ 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);
     }