wesmiler 3 tuần trước cách đây
mục cha
commit
f5a9579a5a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Services/Common/PayOrdersService.php

+ 1 - 1
app/Services/Common/PayOrdersService.php

@@ -74,7 +74,7 @@ class PayOrdersService extends BaseService
         }
 
         $total = $query->count();
-        $list = $query->with(['user:id,nickname,mobile'])
+        $list = $query->with(['user:id,nickname,mobile','recUser'])
             ->orderBy('create_time', 'desc')
             ->offset(($page - 1) * $limit)
             ->limit($limit)