hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/java/com/mes/bigstorage/controller/BigStorageCageDetailsController.java
@@ -106,6 +106,13 @@ return Result.build(200, "查询成功", bigStorageCageDetailsService.selectTemperingGlass()); } @ApiOperation("是否调度开关") @PostMapping("/dispatchSwitch") public Result dispatchSwitch(Boolean flag) { bigStorageCageDetailsService.dispatchSwitch(flag); return Result.build(200, "修改成功", redisUtil.getCacheObject("dispatchSwitch")); } @ApiOperation("是否钢化开关") @PostMapping("/temperingSwitch") public Result temperingSwitch(Boolean flag) {