0) { $condition[] = ['shop_id', '=', $shop_id]; } $lists = self::where($condition)->column('id,name', 'id'); return empty($lists) ? [] : $lists; } }