商品出入库 和 耗材出入库 日志记录 明确描述

This commit is contained in:
2024-08-03 14:44:33 +08:00
parent b70c00667a
commit cf2ac9755f
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ public class TbProductStockOperateController {
@PostMapping("/outAndOn")
@ApiOperation("新增/product/StockOperate")
@Log("商品出入库::#outAndOnDto.type")
@Log("商品::#outAndOnDto.type")
// @PreAuthorize("@el.check('tbProductStockOperate:add')")
public ResponseEntity<Object> createOutAndONOperate(@RequestBody OutAndOnDto outAndOnDto){
return new ResponseEntity<>(tbProductStockOperateService.createOutAndONOperate(outAndOnDto),HttpStatus.CREATED);