one_after 2 months atrás
parent
commit
afdac10d84
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/business/PayorderBusiness.php

+ 1 - 1
app/business/PayorderBusiness.php

@@ -626,7 +626,7 @@ class PayorderBusiness
 
                 Db::table('wa_users')->where('id', $data['user_id'])->update(['is_protocol' => 1, 'protocol_time' => date('Y-m-d H:i:s'), 'protocol_money' => $protocol_money]);
 
-
+                StreamBusiness::addStream($data['user_id'], $goodsData->pay_price, streamType45, moldType17, moldTypefild17, $data['id']);
             }
 
             /** 新增消费数据 */