where($where)->find(); } /** * 获取详情 */ public static function getDetailByCondition($where) { return (new static())->where($where)->find(); } }