Compare commits

..

1 Commits

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

View File

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