vali 6 年之前
父節點
當前提交
3d1e43fd38
共有 1 個文件被更改,包括 2 次插入0 次删除
  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;