作者 赵彬吉

update

... ... @@ -153,6 +153,10 @@ class ComController extends BaseController
if($projectCode != 1){
$data[] = 50;
}
$is_subscribe = $this->getIsSubscribe();
if(!$is_subscribe){
$data[] = 52;
}
if(!empty($data)){
$this->map['id'] = ['not in',$data];
}
... ...