hangzhoumesParent/moduleService/howllowGlassModule/src/main/java/com/mes/hollow/controller/HollowGlassOutRelationInfoController.java
@@ -35,5 +35,11 @@ return Result.success(hollowGlassOutRelationInfoService.forceOutGlass(flowCardId, cell, totalPairQuantity)); } @ApiOperation("是否调度开关") @PostMapping("/dispatchHollowSwitch") public Result<Boolean> dispatchHollowSwitch(Boolean flag) { return Result.build(200, "修改成功",hollowGlassOutRelationInfoService.dispatchHollowSwitch(flag)); } }