hangzhoumesParent/moduleService/howllowGlassModule/src/main/java/com/mes/hollowqueue/controller/HollowGlassQueueInfoController.java
@@ -23,14 +23,6 @@ @Resource HollowGlassQueueInfoService hollowGlassQueueInfoService; @ApiOperation("强制出片") @PostMapping("/forceOutGlass") public Result<String> forceOutGlass(String flowCardId, int cell, int totalPairQuantity) { hollowGlassQueueInfoService.forceOutGlass(flowCardId, cell, totalPairQuantity); return Result.success("success"); } @ApiOperation("按照线路查询正在出片的玻璃队列") @PostMapping("/queryHollowGlassQueueInfo") public Result<List<HollowGlassQueueInfo>> queryHollowGlassQueueInfo(int cell) {