db.eventSchedules
a. 經理選舉 (season.electManager)
b. 萌戰報名封關 (arena.joinEnded)
c. 產品最後出清時間 (product.finalSale)
d. 每日事件(發薪) (global.daily)
e. 高釋 (company.releaseStocksForHighPrice)
f. 低量 (company.releaseStocksForNoDeal)
g. 價更時間 (company.recordListPrice)
h. 換董事長時間 (company.checkChairman)
i. VIP等級更新時間 (vip.checkVipLevels)
伺服器長時間斷線後,可以用此工具修復DB時間
修正包含
db.eventSchedules a. 經理選舉 (season.electManager) b. 萌戰報名封關 (arena.joinEnded) c. 產品最後出清時間 (product.finalSale) d. 每日事件(發薪) (global.daily) e. 高釋 (company.releaseStocksForHighPrice) f. 低量 (company.releaseStocksForNoDeal) g. 價更時間 (company.recordListPrice) h. 換董事長時間 (company.checkChairman) i. VIP等級更新時間 (vip.checkVipLevels)
db.variables 的 releaseStocksForNoDealBegin releaseStocksForNoDealEnd releaseStocksForHighPriceBegin releaseStocksForHighPriceEnd
db.arena 最後一項的 endDate joinEndDate
db.season 的 endDate
所有人的登入時間 (db.users 的 status.lastLogin.date 欄位)
所有稅單的過期時間 (db.taxes 的 exprireDate 欄位)
所有新創公司的開始時間 (db.foundations 的 createdAt 欄位)
上次長時間斷線時,也修正了
arenaCounter
,但我不太確定這是否必要? 看起來arenaCounter
是跟著換季時跑的,在換季時間已經有調整的情況下,需要動此數值嗎?