1
This commit is contained in:
@@ -70,7 +70,7 @@ class Submision extends Controller {
|
||||
return jsonError($rule->getError());
|
||||
}
|
||||
$journal_info = $this->journal_obj->where('issn',$data['issn'])->find();
|
||||
$list = $this->journal_stage_obj->where('journal_id',$journal_info['journal_id'])->where('state',0)->select();
|
||||
$list = $this->journal_stage_obj->where('journal_id',$journal_info['journal_id'])->where('state',0)->order("stage_year,stage_no")->select();
|
||||
$re['stages'] = $list;
|
||||
return jsonSuccess($re);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user