north-glass-erp/src/main/java/com/example/erp/controller/mm/FinishedGoodsInventoryController.java
@@ -162,4 +162,18 @@ } } /*订单作废*/ @ApiOperation("订单作废接口") @PostMapping("/cancelFinishedGoodsInventoryToExamine") public Result cancelFinishedGoodsInventoryToExamine( @RequestBody Map<String,Object> object){ if(finishedGoodsInventoryService.cancelFinishedGoodsInventoryToExamine(object)){ return Result.seccess(); }else { throw new ServiceException(Constants.Code_500,"领出失败"); } } }