yingzi 2 years ago
parent
commit
014ce9f489
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Controller/Shop/ShopRostering.Class.php

+ 1 - 0
Controller/Shop/ShopRostering.Class.php

@@ -618,6 +618,7 @@ class ShopRostering extends BaseController
         $user = $dbstaff->get(['userCenterId' => $this->onlineUserId]);
         if (empty($user))  parent::sendOutput('排班只能员工排盘,总帐号无法排班', 1005);
 //        $user = $user->getData();
+        var_dump($user);
         if (empty($user['userId']))  parent::sendOutput('该账号未绑定钉钉无法排班', 1005);