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