fix: default

This commit is contained in:
chaosBreaking
2019-09-08 21:18:27 +08:00
parent ef60276179
commit cce7efbb2c

View File

@@ -225,7 +225,7 @@ module.exports = {
basic: {
activeFund,
revenueLastday,
revenueAll: fund.fundSum
revenueAll: fund.fundSum || 0
}
}
});