north-glass-erp/src/main/java/com/example/erp/controller/pp/ReportingWorkController.java
@@ -161,8 +161,8 @@ throw new ServiceException(Constants.Code_600, "上工序已完工数量小于本工序报工数量,请检查"); } } @ApiOperation("mes报工接口测试") @PostMapping ("/mesReportingWork1") @ApiOperation("mes报工接口Redis") @PostMapping ("/mesReportingWorkRedis") public Result mesReportingWorkSvToRedis(@RequestBody Map<String,Object> reportingWork) throws JsonProcessingException, InterruptedException { return reportingWorkService.mesReportingWorkSvToRedis(reportingWork); }