✨ feat(gvg): 玩家驻扎排行榜
This commit is contained in:
@@ -32,7 +32,7 @@ export default class HiddenData extends BaseModel {
|
||||
}
|
||||
|
||||
public static async findNextData(now: number) {
|
||||
console.log('####', now)
|
||||
// console.log('####', now)
|
||||
let result: HiddenDataModelType = await HiddenDataModel.findOne({ refTime: { $gt: now } }).sort({ refTime: 1 });
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user