廖井涛
2025-07-08 ae5a0421846584e31d3c3572217f2bd8a9adff3e
north-glass-erp/src/main/java/com/example/erp/controller/pp/ReportingWorkController.java
@@ -182,4 +182,10 @@
        return Result.seccess(reportingWorkService.selectReportingWorkRecordByPhoneSv(selectPam));
    }
    @ApiOperation("手机查询本工序设备")
    @PostMapping("/selectEquipmentByProcess/{process}")
    public Result selectEquipmentByProcess(@PathVariable String process)    {
        return Result.seccess(reportingWorkService.selectEquipmentByProcessSv(process));
    }
}