where('status', YzCat::$status_normal) ->where('parent_id', $parent_cid) ->order('id') ->select() ->toArray(); Cache::set($key, $rs, 3600); } return $rs; } }