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