dddmo 5 months ago
parent
commit
0fe08f7d3c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/JsonRpc/OrderService.php

+ 1 - 1
app/JsonRpc/OrderService.php

@@ -84,7 +84,7 @@ class OrderService implements OrderServiceInterface
             'days' => $days,
         ];
 
-        if (empty($rep)) {
+        if (empty($data['rows'])) {
             return Result::error("暂时没有符合您条件的广告位");
 
         }