shish 2 月之前
父节点
当前提交
f0aee4badb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app-ghs/controllers/OrderClearController.php

+ 1 - 1
app-ghs/controllers/OrderClearController.php

@@ -180,7 +180,7 @@ class OrderClearController extends BaseController
             }
             }
             //淘花里珠海店
             //淘花里珠海店
             if (in_array($this->shopId, [78556])) {
             if (in_array($this->shopId, [78556])) {
-                if (!in_array($this->adminId, [69132, 75771, 43732, 55734, 47775, 55711, 40678, 75798, 29865])) {
+                if (!in_array($this->adminId, [69132, 75771, 43732, 55734, 47775, 55711, 40678, 75798, 29865,84462])) {
                     util::fail('你不能销单,编号00785');
                     util::fail('你不能销单,编号00785');
                 }
                 }
             }
             }