Commit e40e7bcd authored by wujiang's avatar wujiang

修复启动报错

parent 0aae67ed
......@@ -510,7 +510,7 @@ public class MonitorFanIdxController extends BaseController {
return ResponseHelper.buildResponse(resultsData);
}
@Scheduled(cron = "0/15 * * * * ? ")
//@Scheduled(cron = "0/15 * * * * ? ")
@TycloudOperation(needAuth = false, ApiLevel = UserType.AGENCY)
@ApiOperation(value = "模拟量列表消息")
@GetMapping("/getAnalogQuantityInfo")
......@@ -521,7 +521,7 @@ public class MonitorFanIdxController extends BaseController {
return CommonResponseUtil.success();
}
@Scheduled(cron = "0/15 * * * * ? ")
//@Scheduled(cron = "0/15 * * * * ? ")
@TycloudOperation(needAuth = false, ApiLevel = UserType.AGENCY)
@ApiOperation(value = "升压站主屏消息接口")
@GetMapping("/getMajorAnalogQuantityByPage")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment