@@ -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);