浏览代码

fix special id bug

stanley-king 7 年之前
父节点
当前提交
4fac4305c6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      helper/activity/optional_goods.php

+ 1 - 1
helper/activity/optional_goods.php

@@ -30,7 +30,7 @@ class opgroup
         $this->mStartTm = $start;
         $this->mEndTm = $end;
         $this->mRepeat = $repeat;
-        $this->mSpecialID;
+        $this->mSpecialID = $special_id;
 
         $this->mGoods = [];
     }