文章作者机构符号顺序更正
This commit is contained in:
@@ -98,7 +98,7 @@ class Article extends Controller {
|
||||
//获取文章作者相关
|
||||
$authors = $this->article_author_obj->where('article_id', $article_info['article_id'])->where('state', 0)->select();
|
||||
$organs = $this->article_organ_obj->where('article_id', $article_info['article_id'])->where('state', 0)->select();
|
||||
$atto = $this->article_author_to_organ_obj->where('article_id', $article_info['article_id'])->where('state', 0)->select();
|
||||
$atto = $this->article_author_to_organ_obj->where('article_id', $article_info['article_id'])->where('state', 0)->order("article_author_id,article_organ_id")->select();
|
||||
$author = $this->sys_author($authors, $organs, $atto);
|
||||
|
||||
//标题斜体
|
||||
|
||||
Reference in New Issue
Block a user