库里两个字段 base+program 这两个字段的合 > 50的查询除了原生还有其他方法吗,下方代码这样不行撒Db::table("stu_score")->where('(base+program)','>',50)->count();