|
|
@@ -464,8 +464,8 @@ function handleCompoundIndex(){
|
|
|
// id 活动id
|
|
|
// random_num
|
|
|
// content 内容html格式
|
|
|
- collection.status = 1;
|
|
|
- collection.allow_state = 1;
|
|
|
+ collection.status = 0;
|
|
|
+ collection.allow_state = 0;
|
|
|
collection.begin_time = new Date().getTime();
|
|
|
collection.end_time = new Date().getTime() + 3600;
|
|
|
// created_at 创建日期 yyyy-MM-dd hh:mm:ss
|