Browse Source

change:年费金额调整;

Wang Chen 4 năm trước cách đây
mục cha
commit
cb2a4dd965
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      app/Http/Controllers/QuickApp/Order/OrdersController.php

+ 3 - 0
app/Http/Controllers/QuickApp/Order/OrdersController.php

@@ -123,6 +123,9 @@ 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);