one_after 3 mesi fa
parent
commit
55fc466938
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/controller/UserController.php

+ 1 - 1
app/controller/UserController.php

@@ -149,7 +149,7 @@ class UserController
             ->where('user_id', $request->user_data['id'])
             ->where('type', streamType35)
             ->exists();
-        $orderlist = Db::table('wa_stream')
+        $orderlist = Db::table('wa_payorder')
             ->where('user_id', $request->user_data['id'])
             ->where('type', 3)
             ->where('is_pay', 2)