zhoulj 4 年之前
父节点
当前提交
a95b6b2a11
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/Http/Controllers/QuickApp/Order/OrdersController.php

+ 2 - 2
app/Http/Controllers/QuickApp/Order/OrdersController.php

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