1
This commit is contained in:
@@ -1075,7 +1075,7 @@ class Production extends Base
|
||||
}
|
||||
$typesetInfo['filename'] = "http://api.tmrjournals.com/public/" . $files[0]['file_url'];
|
||||
|
||||
$rs = $this->production_article_refer_obj->where('p_article_id', $p_info['p_article_id'])->where('state', 0)->select();
|
||||
$rs = $this->production_article_refer_obj->where('p_article_id', $p_info['p_article_id'])->where('state', 0)->order("index")->select();
|
||||
// $refers = [];
|
||||
// foreach ($rs as $v) {
|
||||
// $refers[] = $v['refer_frag'];
|
||||
|
||||
Reference in New Issue
Block a user