dddmo 5 月之前
父節點
當前提交
0fe08f7d3c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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("暂时没有符合您条件的广告位");
 
         }