DengTao há 8 anos atrás
pai
commit
90e7bcedca

+ 1 - 1
www/protected/modules/common/controllers/ActivityController.php

@@ -14,7 +14,7 @@ class ActivityController extends O2oBaseController  {
     public function actionDoubleEleven(){
     public function actionDoubleEleven(){
         $coupon_id = "5816a413a84ea0023f8b46ba";
         $coupon_id = "5816a413a84ea0023f8b46ba";
         $coupon_id =new MongoId($coupon_id);
         $coupon_id =new MongoId($coupon_id);
-        $start_time = date_create("2016-11-11")->format('U');                //发放优惠券可用开始时间 2016.11.11
+        $start_time = date_create("2016-11-01")->format('U');                //发放优惠券可用开始时间 2016.11.11
         $end_time = $start_time + 86400*30;   //发放优惠券过期时间 一个月
         $end_time = $start_time + 86400*30;   //发放优惠券过期时间 一个月
         $cursor = RUser::model()->findAll();
         $cursor = RUser::model()->findAll();