where($where)->order('month', 'asc')->select(); } /** * @notes:详情 * @param $where * @param array $with * @return static|array|null * @author: wanghousheng */ public static function detail($where, array $with = []) { return static::get($where, $with); } }