north-glass-erp/src/main/java/com/example/erp/controller/pp/ReportingWorkController.java
@@ -163,4 +163,10 @@ return Result.seccess(reportingWorkService.reportingWorkTransferSv(reportingWork)); } @ApiOperation("手机查询当班产量") @PostMapping ("/selectShiftQuantity") public Result selectShiftQuantity(@RequestBody Map<String,Object> reportingWork) { return Result.seccess(reportingWorkService.selectShiftQuantitySv(reportingWork)); } }