1
This commit is contained in:
@@ -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"];
|
||||
|
||||
Reference in New Issue
Block a user