This commit is contained in:
wangjinlei
2023-07-06 09:12:42 +08:00
parent 66c02137b4
commit b989916102
3 changed files with 190 additions and 102 deletions

View File

@@ -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'];