wesmiler 2 週間 前
コミット
733b777bef
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/Services/Common/OrderService.php

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

@@ -179,7 +179,7 @@ class OrderService extends BaseService
     public function getInfo($id)
     {
         $info = $this->model->where('id', $id)->where('mark', 1)
-            ->with(['user', 'orderGoods', 'store','commissions'])
+            ->with(['user', 'orderGoods', 'store','commission'])
             ->first();
 
         if (!$info) {