vali 6 anos atrás
pai
commit
3d1e43fd38
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      app/Logic/UnSettmatchLogic.php

+ 2 - 0
app/Logic/UnSettmatchLogic.php

@@ -478,12 +478,14 @@ class UnSettmatchLogic
     //按订单查询(串式)
     public function getByOrderString($order_id)
     {
+        /*
         $ret = [];
         $model2 = new MoneyBuyMatchModel();
         $rets2 = $model2->getByAttrs([['order_ID', '=', $order_id]]);
         if (empty($rets2)) {
             return $ret;
         }
+        */
         $model = new MoneyBuyStrModel();
         $rets = $model->with('matchdatas')->where('order_id', $order_id)->first();
         return $rets;