vali 6 年之前
父节点
当前提交
95d8b03923
共有 1 个文件被更改,包括 5 次插入3 次删除
  1. 5 3
      datainf/logic/HttpServerOnlySet.php

+ 5 - 3
datainf/logic/HttpServerOnlySet.php

@@ -116,8 +116,9 @@ class HttpServerOnlySet
             list($order_ids, $bettype, $settype, $game_code, $match_id, $change_status, $is_manual) = $this->requestpara($paras);
 
             if (!$this->DataPre($order_ids, $bettype, $settype, $game_code, $match_id, $change_status, $is_manual)) {
+                $this->cgStatus($game_code, $match_id, $change_status);
                 goto LABDOLAST;
-                throw new  \Exception('没找到订单信息', 110);
+                //throw new  \Exception('没找到订单信息', 110);
             }
 
             $this->UndoSettlement();
@@ -151,8 +152,10 @@ class HttpServerOnlySet
 
                 if ($bettype == 1) {
                     $this->singOrder($paras);
+                    $this->cgStatus($game_code, $match_id, $change_status);
                 } else {
                     $this->ChuanOrder($paras);
+                    $this->cgStatus($game_code, $match_id, $change_status);
                 }
 
                 $this->UserTotalMoneySql();
@@ -160,7 +163,7 @@ class HttpServerOnlySet
             }
 
             LABDOLAST:
-            $this->cgStatus($game_code, $match_id, $change_status);
+            //$this->cgStatus($game_code, $match_id, $change_status);
 
         } catch (\Exception $e) {
             $this->PDatas = [];
@@ -412,7 +415,6 @@ class HttpServerOnlySet
         }
     }
 
-
     private function ChuanOrder($task)
     {
         $matchDatas = $task['matchDatas'];