|
@@ -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);
|