one_after 2 月之前
父節點
當前提交
9e69d2efaf
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      app/business/PayorderBusiness.php

+ 3 - 0
app/business/PayorderBusiness.php

@@ -618,6 +618,9 @@ class PayorderBusiness
                     ->get()->toArray();
                 foreach ($datawithdraw as $k => $v) {
                     Db::table('wa_withdraw')->where('id', $v->id)->update(['status' => 3, 'updated_at' => date('Y-m-d H:i:s')]);
+                    Db::table('wa_withdraw')->where('id', $v->id)->update(['status' => 3, 'updated_at' => date('Y-m-d H:i:s')]);
+                    StreamBusiness::addStream($v->user_id, $v->money, streamType4, moldType3, moldTypefild3, $v->id);
+
                 }
                 $protocol_money = Db::table('wa_withdraw')
                     ->whereIn('type', [17, 10])