日志标识
This commit is contained in:
@@ -114,7 +114,7 @@ public class StockController {
|
||||
}
|
||||
|
||||
|
||||
@Log("商品库存:上下架商品")
|
||||
@Log("商品库存 上下架商品")
|
||||
@PutMapping("/grounding")
|
||||
@ApiOperation("上下架商品")
|
||||
public ResponseEntity<Object> grounding(
|
||||
@@ -141,7 +141,7 @@ public class StockController {
|
||||
return new ResponseEntity<>(HttpStatus.OK);
|
||||
}
|
||||
|
||||
@Log("商品库存:修改商品状态")
|
||||
@Log("商品库存 修改商品状态")
|
||||
@PutMapping("productStatus")
|
||||
public ResponseEntity<Object> updateProductStatus(@RequestBody StockUpdateValueVO updateValueVO) {
|
||||
stockService.updateProductStatus(updateValueVO);
|
||||
|
||||
Reference in New Issue
Block a user