shawenguan 1 năm trước cách đây
mục cha
commit
b0393314d2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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