yingzi 2 år sedan
förälder
incheckning
85598f8717
1 ändrade filer med 0 tillägg och 2 borttagningar
  1. 0 2
      Controller/Shop/ShopRostering.Class.php

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

@@ -618,7 +618,6 @@ 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);
 
 
@@ -722,7 +721,6 @@ class ShopRostering extends BaseController
         $data = json_encode($data);
 
         $res = $this->post_json($url, $data);
-        var_dump($res);
 
         $res = json_decode($res);