north-glass-erp/src/main/java/com/example/erp/controller/pp/ReportingWorkController.java
@@ -141,4 +141,11 @@ return Result.seccess(reportingWorkService.getPatchConditionSv(reportingWorkId)); } @ApiOperation("mes报工接口") @PostMapping ("/mesReportingWork") public Result mesReportingWork(@RequestBody Map<String,Object> reportingWork){ return Result.seccess(reportingWorkService.mesReportingWorkSv(reportingWork)); } }