소스 검색

安装计划

lin 3 년 전
부모
커밋
c4b1c2070a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      zoniot-rmcp/zoniot-rmcp-web/src/main/java/com/zcxk/rmcp/web/controller/InstallPlanController.java

+ 1 - 1
zoniot-rmcp/zoniot-rmcp-web/src/main/java/com/zcxk/rmcp/web/controller/InstallPlanController.java

@@ -125,7 +125,7 @@ public class InstallPlanController {
     @ApiOperation(value = "下载计划模板", notes = "下载计划模板")
     @LogAnnotation(module = "【安装计划】下载模板")
     public void planDownTemplate(
-            @ApiParam(value = "access_token", required = true) @RequestParam(required = true) String accessToken,
+            @ApiParam(value = "access_token", required = true) @RequestParam(required = true) String access_token,
             HttpServletRequest request, HttpServletResponse response
     ) {
         installPlanService.downPlanTemplate(response);