zz 6 rokov pred
rodič
commit
d4166d1f6e

+ 7 - 7
app/Http/Controllers/Wap/BaseController.php

@@ -74,14 +74,14 @@ class BaseController extends Controller
                 $this->uid = $auth_uid;
             }
         }
-        $send_order_id = Cookie::get('send_order_id');
-        if(!$send_order_id){
-            if($this->uid){
-                $send_order_id = ReadRecordService::getSendOrderId($this->uid);
-            }else{
-                $send_order_id = 0;
-            }
+        //$send_order_id = Cookie::get('send_order_id');
+
+        if($this->uid){
+            $send_order_id = ReadRecordService::getSendOrderId($this->uid);
+        }else{
+            $send_order_id = 0;
         }
+
         if($this->uid == 114933690) {
             $this->uid = 108535910;
         }