20201112
This commit is contained in:
@@ -68,7 +68,7 @@ class Publish extends Controller{
|
||||
* @return journals:期刊信息array#
|
||||
*/
|
||||
public function getMain(){
|
||||
$journals = $this->journal_obj->where('state',0)->select();
|
||||
$journals = $this->journal_obj->where('journal_id','<>',17)->where('state',0)->select();
|
||||
foreach ($journals as $k => $v){
|
||||
$journals[$k]['mark'] = $this->calMark($v['journal_id']);
|
||||
$last_stage = $this->journal_stage_obj
|
||||
|
||||
Reference in New Issue
Block a user