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