Charlie 8 жил өмнө
parent
commit
8d15c16f6f

+ 1 - 1
www/protected/commands/ImportCouponCommand.php

@@ -38,7 +38,7 @@ class ImportCouponCommand extends CConsoleCommand{
                 echo $codes[$i]."\n";
                 continue;
             }
-            $model->stop_time = 1451577599;
+            $model->stop_time = 1483199999;
             $model->save();
             $i++;
             file_put_contents(APP_PATH.'/download/'.time().'_coupon_code.html',$model->code."\r\n",FILE_APPEND);