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)); } }