TA贡献1818条经验 获得超8个赞
获取用户的最大积分:
$maxScore
=
$User
->max(
'score'
);
获取积分大于0的用户的最小积分:
$minScore
->where(
'score>0'
)->min(
举报