|
@@ -89,7 +89,7 @@ class RankingList extends Command
|
|
foreach ($comment_best_author as $k => $v) {
|
|
foreach ($comment_best_author as $k => $v) {
|
|
$comment_best_author[$k]['type'] = 'comment';
|
|
$comment_best_author[$k]['type'] = 'comment';
|
|
}
|
|
}
|
|
- $general_author = $this->_condition($this->commentRecord);
|
|
|
|
|
|
+ $general_author = $this->_condition($this->generalRecord);
|
|
$general_best_author = $general_author->toArray();
|
|
$general_best_author = $general_author->toArray();
|
|
foreach ($general_best_author as $k => $v) {
|
|
foreach ($general_best_author as $k => $v) {
|
|
$general_best_author[$k]['type'] = 'general';
|
|
$general_best_author[$k]['type'] = 'general';
|