...
|
...
|
@@ -198,14 +198,14 @@ func StatisticsV2(header *protocol.RequestHeader, request *protocol.DividendStat |
|
|
Months: bonusMonths,
|
|
|
},
|
|
|
StatisticsCareer: protocol.DividendStatistics{
|
|
|
Received: bonusAllCareer.Receivable,
|
|
|
Received: bonusAllCareer.Received,
|
|
|
Outstanding: bonusAllCareer.Outstanding,
|
|
|
Receivable: bonusAllCareer.Receivable,
|
|
|
Quarters: bonusQuartersCareer,
|
|
|
Months: bonusMonthsCareer,
|
|
|
},
|
|
|
StatisticsBusiness: protocol.DividendStatistics{
|
|
|
Received: bonusAllBusiness.Receivable,
|
|
|
Received: bonusAllBusiness.Received,
|
|
|
Outstanding: bonusAllBusiness.Outstanding,
|
|
|
Receivable: bonusAllBusiness.Receivable,
|
|
|
Quarters: bonusQuartersBusiness,
|
...
|
...
|
|