This commit is contained in:
wangjinlei
2024-09-03 16:32:18 +08:00
parent b01d410d00
commit 13c974a9d4
2 changed files with 10 additions and 3 deletions

View File

@@ -76,7 +76,7 @@ class Super extends Controller {
$end_time = strtotime(date("Y")."-12-31 23:59:59");
$q_start_time = strtotime((date("Y")-1)."-01-01");
$q_end_time = strtotime((date("Y")-1)."-12-31 23:59:59");
$journal_list = $this->journal_obj->field("journal_id,title,issn,abbr")->where("editor_id",$data['editor_id'])->select();
$journal_list = $this->journal_obj->field("journal_id,title,issn,abbr")->where("editor_id",$data['editor_id'])->where("state",0)->select();
$gjh_url = "http://journalapi.tmrjournals.com/public/index.php/super/Publish/getGJHByIssn";
foreach ($journal_list as $k => $v){