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