廖井涛
2025-04-16 7aac0b821663de152ef665a030ebbef1d34b41f2
north-glass-erp/src/main/java/com/example/erp/controller/pp/ReportingWorkController.java
@@ -169,4 +169,10 @@
        return  Result.seccess(reportingWorkService.selectShiftQuantitySv(reportingWork));
    }
    @ApiOperation("手机查询本班组报工记录")
    @PostMapping("/selectReportingWorkRecordByPhone")
    public Result selectReportingWorkRecordByPhone(@RequestBody Map<String,Object> selectPam)  {
        return Result.seccess(reportingWorkService.selectReportingWorkRecordByPhoneSv(selectPam));
    }
}