|
|
@@ -466,7 +466,7 @@ function handleCompoundIndex(){
|
|
|
// content 内容html格式
|
|
|
collection.status = 0;
|
|
|
// collection.allow_state = 1;
|
|
|
- collection.begin_time = new Date().getTime();
|
|
|
+ collection.begin_time = new Date().getTime() - 3600;
|
|
|
collection.end_time = new Date().getTime() + 3600;
|
|
|
// created_at 创建日期 yyyy-MM-dd hh:mm:ss
|
|
|
// updated_at 更新日期 yyyy-MM-dd hh:mm:ss
|