This commit is contained in:
wangjinlei
2023-01-29 17:41:34 +08:00
parent be445b252b
commit 333a5f9ca7
5 changed files with 70 additions and 36 deletions

View File

@@ -453,6 +453,7 @@ class Datebase extends Controller
$re['issue'] = $stage_info['issue_date'] . ", Volume " . $stage_info['stage_vol'] . " Issue " . $stage_info["stage_no"];
$adate = [];
$alist = $this->article_obj->where("journal_stage_id", $data['journal_stage_id'])->where("state", 0)->orderRaw("npp + 0")->select();
// $alist = $this->article_obj->where("journal_stage_id", $data['journal_stage_id'])->where("state", 0)->select();
foreach ($alist as $k => $v) {
$cache["type"] = $v["type"];
$cache["no"] = $v["npp"];