...
|
...
|
@@ -367,6 +367,10 @@ func (ptr *CooperationStatisticsService) GetContractDividends(queryOptions map[s |
|
|
if a.DividendsPercentage > 0 {
|
|
|
item["dividendsRatio"] = a.DividendsPercentage
|
|
|
}
|
|
|
// 金额激励默认分红比例百分百
|
|
|
if a.DividendsType == 3 {
|
|
|
item["dividendsRatio"] = 100
|
|
|
}
|
|
|
dividends = append(dividends, item)
|
|
|
}
|
|
|
res["dividends"] = dividends
|
...
|
...
|
|