Wang Chen 4 лет назад
Родитель
Сommit
ee06922c84
1 измененных файлов с 1 добавлено и 4 удалено
  1. 1 4
      app/Http/Controllers/QuickApp/Order/OrdersController.php

+ 1 - 4
app/Http/Controllers/QuickApp/Order/OrdersController.php

@@ -123,9 +123,6 @@ class OrdersController extends BaseController
         $bid         = $request->input('bid', '');
         $temp        = $bid;
         $template_id = PayTemplateService::getPayTemplate($this->distribution_channel_id);
-        if ($template_id === 1 && (int)$this->uid === 198678241) {
-            $template_id = 10749;
-        }
 
         // 获取派单id
         $user        = User::getUser($this->uid);
@@ -141,7 +138,7 @@ class OrdersController extends BaseController
             }
 
             // 蒋佳芯
-            if ($account === 'jiangjx') {
+            if (in_array($account, ['jiangjx', 'yangzh'])) {
                 $template_id = 10679;
             }
         }