优化
This commit is contained in:
@ -102,7 +102,7 @@ public class StoreGoodsInventoryRecordController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@GetMapping("/recordCount")
|
@GetMapping("/recordCount")
|
||||||
@Operation(summary = "获得商品出入库记录分页")
|
@Operation(summary = "商品出入库记录统计")
|
||||||
public CommonResult<InventoryStatisticsVO> getRecordCount(@Valid InventoryRecordPageReqVO pageReqVO) {
|
public CommonResult<InventoryStatisticsVO> getRecordCount(@Valid InventoryRecordPageReqVO pageReqVO) {
|
||||||
InventoryStatisticsVO recordCount = storeGoodsInventoryRecordService.getRecordCount(pageReqVO);
|
InventoryStatisticsVO recordCount = storeGoodsInventoryRecordService.getRecordCount(pageReqVO);
|
||||||
return success(recordCount);
|
return success(recordCount);
|
||||||
|
@ -113,7 +113,7 @@ public class MemberUserController {
|
|||||||
return success(true);
|
return success(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
@GetMapping("/get ")
|
@GetMapping("/get")
|
||||||
@Operation(summary = "获得会员用户")
|
@Operation(summary = "获得会员用户")
|
||||||
@Parameter(name = "id", description = "编号", required = true, example = "1024")
|
@Parameter(name = "id", description = "编号", required = true, example = "1024")
|
||||||
@PreAuthorize("@ss.hasPermission('member:user:query')")
|
@PreAuthorize("@ss.hasPermission('member:user:query')")
|
||||||
|
Reference in New Issue
Block a user