fix: default
This commit is contained in:
@@ -225,7 +225,7 @@ module.exports = {
|
||||
basic: {
|
||||
activeFund,
|
||||
revenueLastday,
|
||||
revenueAll: fund.fundSum
|
||||
revenueAll: fund.fundSum || 0
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user