1
This commit is contained in:
@@ -103,7 +103,7 @@ class Board extends Controller {
|
||||
return jsonError($rule->getError());
|
||||
}
|
||||
$journal_info = $this->journal_obj->where('issn',$data['issn'])->find();
|
||||
$groups = $this->board_group_obj->where('journal_id',$journal_info['journal_id'])->where('state',0)->select();
|
||||
$groups = $this->board_group_obj->where('journal_id',$journal_info['journal_id'])->where('state',0)->order('sort desc')->select();
|
||||
foreach($groups as $k => $v){
|
||||
$cache_num = $this->board_obj->where('journal_id',$journal_info['journal_id'])
|
||||
->where('state',0)
|
||||
|
||||
Reference in New Issue
Block a user