shawenguan 1 år sedan
förälder
incheckning
b0393314d2
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      Scripts/hbcpre/hbcpreHelper.js

+ 1 - 1
Scripts/hbcpre/hbcpreHelper.js

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