vali 6 년 전
부모
커밋
9c907c1b26
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app/Logic/UnSettmatchLogic.php

+ 2 - 2
app/Logic/UnSettmatchLogic.php

@@ -137,7 +137,7 @@ class UnSettmatchLogic
             $mModel = new MoneyDetailsModel();
             $mModel->info_identity = UUID();
             $mModel->trade_id = $item->order_id;
-            $mModel->account_name = $userInents['accountIdent']->account;
+            $mModel->account_name = $userInents[$accountIdent]->account;
             $mModel->account_identity = $accountIdent;
             $mModel->money_time = $time;
             $mModel->money_type = 3;
@@ -202,7 +202,7 @@ class UnSettmatchLogic
             'settype' => 2,
             'bettype' => 2,
             'change_status' => 0,
-            'order_ids'=>'',
+            'order_ids' => '',
         ];
         $url = 'http://127.0.0.1:9094/Settelement';
         post_curls($url, $dataArr);