Compare commits

..

1 Commits

Author SHA1 Message Date
黄珑 375eabe1c4 为添加permission增加了只查询10天订单的逻辑 2025-08-28 18:17:37 +08:00
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ export class OrderController {
@User() user @User() user
) { ) {
try { try {
console.log('user', user);
const count = await this.orderService.getOrderStatus(param); const count = await this.orderService.getOrderStatus(param);
const data = await this.orderService.getOrders(param, user.id); const data = await this.orderService.getOrders(param, user.id);
return successResponse({ return successResponse({