瀏覽代碼

门店员工

shish 5 年之前
父節點
當前提交
4ffb5c0c30
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app-ghs/controllers/ApplyController.php

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

@@ -35,7 +35,7 @@ class ApplyController extends BaseController
         $post['adminId'] = $this->adminId;
         $post['adminId'] = $this->adminId;
         $admin = $this->admin;
         $admin = $this->admin;
         if (isset($admin['currentShopId']) && !empty($admin['currentShopId'])) {
         if (isset($admin['currentShopId']) && !empty($admin['currentShopId'])) {
-            //util::fail('您已经是门店员工');
+            util::fail('您已经是门店员工');
         }
         }
         $post['adminName'] = $admin['name'] ?? '';
         $post['adminName'] = $admin['name'] ?? '';
         $post['long'] = isset($post['longitude']) ? $post['longitude'] : '';
         $post['long'] = isset($post['longitude']) ? $post['longitude'] : '';