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