|
@@ -139,11 +139,11 @@ class OrdersController extends BaseController
|
|
|
}
|
|
|
|
|
|
// 蒋佳芯
|
|
|
- if (in_array($account, ['jiangjx', 'yangzh'])) {
|
|
|
+ if (in_array($account, ['jiangjx'])) {
|
|
|
$template_id = 10679;
|
|
|
}
|
|
|
// 杨子航,zhoulj
|
|
|
- if (in_array($account, ['18668420256'])) {
|
|
|
+ if (in_array($account, ['18668420256','yangzh'])) {
|
|
|
$template_id = 9998;
|
|
|
}
|
|
|
|