|
|
@@ -48,7 +48,7 @@ public class VoyageStockDetailController {
|
|
|
|
|
|
@PostMapping("/batch-create")
|
|
|
@Operation(summary = "批量创建航次库存")
|
|
|
- @PreAuthorize("@ss.hasPermission('product:voyage-stock-detail:batchcreate')")
|
|
|
+ @PreAuthorize("@ss.hasPermission('product:voyage-stock-detail:batch-create')")
|
|
|
public CommonResult<Boolean> batchCreateVoyageStock(@Valid @RequestBody VoyageStockDetailBatchSaveReqVO createReqVO) {
|
|
|
return success(voyageStockDetailService.batchCreateVoyageStock(createReqVO));
|
|
|
}
|