Browse Source

Merge branch 'master' of http://git.bjzxtw.org.cn:3000/zxt/order_producer

LiuJ 6 days ago
parent
commit
927b2d5070
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/JsonRpc/OrderService.php

+ 1 - 1
app/JsonRpc/OrderService.php

@@ -732,6 +732,7 @@ class OrderService implements OrderServiceInterface
                 'height' => $order_size['height'],
                 'days' => $days,
                 'price' => $data['price'],
+                'website_id' => $data['website_id'],
                 'created_at' => date('Y-m-d H:i:s', time()),
                 'updated_at' => date('Y-m-d H:i:s', time()),
             ];
@@ -762,7 +763,6 @@ class OrderService implements OrderServiceInterface
             return Result::error($e->getMessage());
         }
         // $log = AdLog::insert($log);
-
         $result = [
             'order_id' => $orderid,
             'orderad_id' => $orderad_id,