作者 yangfu

分红比例修改

@@ -367,8 +367,8 @@ func (ptr *CooperationStatisticsService) GetContractDividends(queryOptions map[s @@ -367,8 +367,8 @@ func (ptr *CooperationStatisticsService) GetContractDividends(queryOptions map[s
367 if a.DividendsPercentage > 0 { 367 if a.DividendsPercentage > 0 {
368 item["dividendsRatio"] = a.DividendsPercentage 368 item["dividendsRatio"] = a.DividendsPercentage
369 } 369 }
370 - // 金额激励默认分红比例百分百  
371 - if a.DividendsType == 3 { 370 + // 金额激励承接人分红比例百分百,业务员 推荐人按设定的比例
  371 + if a.DividendsType == 3 && a.DividendsPercentage == 0 {
372 item["dividendsRatio"] = 100 372 item["dividendsRatio"] = 100
373 } 373 }
374 dividends = append(dividends, item) 374 dividends = append(dividends, item)