job,挖矿收益计算
This commit is contained in:
@@ -49,7 +49,8 @@ const FundSchema = new mongoose.Schema({
|
||||
default: 0
|
||||
},
|
||||
lastMine: {
|
||||
type: String
|
||||
type: String,
|
||||
default: new Date().toISOString()
|
||||
},
|
||||
lastDeposit: {
|
||||
type: String
|
||||
|
||||
Reference in New Issue
Block a user