Browse Source

order compare

zz 6 years ago
parent
commit
fd90e283b0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/Wap/Order/OrdersController.php

+ 1 - 1
app/Http/Controllers/Wap/Order/OrdersController.php

@@ -674,7 +674,7 @@ class OrdersController extends BaseController
         if($user){
             $template_id = $user->attach;
         }else{
-            $template_id = $this->uid&2 == 0? 1:4;
+            $template_id = $this->uid&2 == 0? 1:6;
             DataAnalysisSelectUserService::create(
                 $this->uid,
                 $this->distribution_channel_id,