field($field)->where([ 'activity_id'=>$activity_id, 'status'=>0 ])->order('activity_order_id desc')->limit($limit)->select(); return $list; } }