正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -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) |
-
请 注册 或 登录 后发表评论