From 695591c4f734243859d7ca1b99d7d1a132edba09 Mon Sep 17 00:00:00 2001 From: chaosBreaking Date: Sun, 29 Sep 2019 13:40:51 +0800 Subject: [PATCH] hf --- src/modules/fund/fund.model.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/fund/fund.model.js b/src/modules/fund/fund.model.js index c08cff5..2c00491 100644 --- a/src/modules/fund/fund.model.js +++ b/src/modules/fund/fund.model.js @@ -99,7 +99,7 @@ FundModel.prototype.hasNewDeposit = async function () { • 如果直接上家不是金,就平分 3% 给上线所有银会员 • 2% 给上线所有金会员平分 */ -FundModel.prototype.addFund = async (txlist = [], option) => { +FundModel.prototype.addFund = async function (txlist = [], option) { let newSum = 0; const actionPromiseList = []; const newFundList = txlist.map(txObj => {