Browse Source

activityController

DengTao 8 years ago
parent
commit
6f6f69865e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      www/protected/modules/common/controllers/ActivityController.php

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

@@ -85,7 +85,7 @@ class ActivityController extends O2oBaseController  {
         $coupon_id =new MongoId($coupon_id);
         $coupon_id =new MongoId($coupon_id);
         $start_time = time();                 //发放优惠券可用开始时间
         $start_time = time();                 //发放优惠券可用开始时间
         $end_time = $start_time + 86400*30;   //发放优惠券过期时间
         $end_time = $start_time + 86400*30;   //发放优惠券过期时间
-        $flag = 1;
+        $flag = 0;
         var_dump($userId);
         var_dump($userId);
         if ($userId != ""){
         if ($userId != ""){
             if (!CommonFn::isMongoId($userId)) {
             if (!CommonFn::isMongoId($userId)) {