where($where) ->count(); $list = (new BoxModel()) ->withoutField('password') ->withAttr('box_img', function ($val, $data) { return getWebUrl() . '/' . $val; }) ->where($where) ->page($page, $limit) ->order($sort) ->select(); return [$count, $list]; } }