1
This commit is contained in:
@@ -268,9 +268,9 @@ class Special extends Controller {
|
||||
foreach ($list as $k => $v){
|
||||
if(strtotime($v['deadline'])<= time()){
|
||||
$cou = $this->article_obj->where('journal_special_id',$v['journal_special_id'])->where('state',0)->count();
|
||||
if($cou<3){
|
||||
continue;
|
||||
}
|
||||
// if($cou<3){
|
||||
// continue;
|
||||
// }
|
||||
}
|
||||
$frag = '';
|
||||
$caches = $this->journal_special_to_editor_obj
|
||||
|
||||
Reference in New Issue
Block a user