|
|
@@ -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);
|
|
|
|
|
|
|