ソースを参照

Update ChildDay2Logic.class.php

xiaosongshu007 5 年 前
コミット
25ac7903a7
共有1 個のファイルを変更した3 個の追加0 個の削除を含む
  1. 3 0
      Application/Home/Logic/Activityv2/ChildDay2Logic.class.php

+ 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,