dddmo 7 ماه پیش
والد
کامیت
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("暂时没有符合您条件的广告位");
 
         }