This commit is contained in:
wangjinlei
2024-12-10 15:17:45 +08:00
parent 9f4d8d5df5
commit 4f8eb47c49

View File

@@ -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