ソースを参照

链动制度

tags/v4.3.0
huangjiajun 1年前
コミット
11b885218c
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      lib/comm_plan/winery.go

+ 1
- 1
lib/comm_plan/winery.go ファイルの表示

@@ -133,7 +133,7 @@ Loop:
node.ParentUser.ProfitList = amountList1
node.ParentUser.ProfitList, restAmtList, accumulateRatioList, node.ParentUser.SubsidyFeeList, zeroList = teamDiffMoneyV2Winery(node.ParentUser.ProfitList, grade[node.Lv].PayMode, isOnlySubsidyFee, totalAmtList, restAmtList, teamRatioList1, accumulateRatioList, peerRateList, subsidyFeeList, subsidyRatioList)
for _, v := range node.ParentUser.ProfitList {
amountMap[v.Cid] += amountMap[v.Cid]
amountMap[v.Cid] += v.Val
}
var tmp = make([]*VirtualCoinCommission, 0)
for k, v := range amountMap {


読み込み中…
キャンセル
保存