yingzi 2 年之前
父節點
當前提交
9351f75a99
共有 1 個文件被更改,包括 1 次插入1 次删除
  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),