shish %!s(int64=5) %!d(string=hai) anos
pai
achega
4ffb5c0c30
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
         $admin = $this->admin;
         if (isset($admin['currentShopId']) && !empty($admin['currentShopId'])) {
-            //util::fail('您已经是门店员工');
+            util::fail('您已经是门店员工');
         }
         $post['adminName'] = $admin['name'] ?? '';
         $post['long'] = isset($post['longitude']) ? $post['longitude'] : '';