Zory 5 päivää sitten
vanhempi
sitoutus
eda0deeea0
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      app/controller/mini/Order.php

+ 2 - 1
app/controller/mini/Order.php

@@ -75,7 +75,8 @@ class Order extends Base
             }
             echo getDateFull()."===={$openId}===同步订单\n";
             print_r($param);
-            $order = (new SaasOrderLife)->where("open_id",$openId)->where('order_id',$param['order_id'])->with(['goods' => function($query){
+            // where("open_id",$openId)->
+            $order = (new SaasOrderLife)->where('order_id',$param['order_id'])->with(['goods' => function($query){
                 $query->field("out_id,product_img");
             },'store' => function($query){
                 $query->field("store_id,service_mobile");