소스 검색

链动制度

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 {


불러오는 중...
취소
저장