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

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

@@ -713,7 +713,7 @@ class ShopRostering extends BaseController
             $staff = $this->staff->getStaffInfo(['id' => $item, 'shopId' => $this->shopId])->getData();
             $uids[] = $staff['userId'];
         }
-
+var_dump($uids);
         $data = [
             'group_key' => $this->group_key($param['id']),
             'user_id_list' => implode(',', $uids),