Prechádzať zdrojové kódy

Update ChildDay2Logic.class.php

xiaosongshu007 5 rokov pred
rodič
commit
25ac7903a7

+ 3 - 0
Application/Home/Logic/Activityv2/ChildDay2Logic.class.php

@@ -602,6 +602,9 @@ class ChildDay2Logic extends BaseLogic
                 if($vip_0 != 'can'){
                     continue;
                 }
+                if(!M('activity_silence')->where(['uid'=>$this->uid])->find()){
+                    continue;
+                }
                 $map = array(
                     'act_id'=> $this->act_id,
                     'uid'=> $this->uid,