guoyujie
2025-04-14 ecfd47af61f29888d2b69fec73867bd475f376b6
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));
    }
}