shish 1 mesiac pred
rodič
commit
f0aee4badb

+ 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->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');
                 }
             }