20201112
This commit is contained in:
@@ -788,6 +788,10 @@ class Journal extends Controller {
|
|||||||
->where('j_article.state', 0)
|
->where('j_article.state', 0)
|
||||||
->where('j_journal_stage.is_publish', 1)
|
->where('j_journal_stage.is_publish', 1)
|
||||||
->count();
|
->count();
|
||||||
|
|
||||||
|
if($count>50){//只显示前50片
|
||||||
|
$count = 50;
|
||||||
|
}
|
||||||
|
|
||||||
//获取作者
|
//获取作者
|
||||||
foreach ($list as $k => $v) {
|
foreach ($list as $k => $v) {
|
||||||
|
|||||||
Reference in New Issue
Block a user