正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -75,7 +75,7 @@ func (srv PersonStatisticsService) IndexStatistics(cmd *command.IndexStatisticsC | @@ -75,7 +75,7 @@ func (srv PersonStatisticsService) IndexStatistics(cmd *command.IndexStatisticsC | ||
| 75 | return nil, application.ThrowError(application.BUSINESS_ERROR, err.Error()) | 75 | return nil, application.ThrowError(application.BUSINESS_ERROR, err.Error()) |
| 76 | } | 76 | } |
| 77 | dividendStatistics := map[string]interface{}{ | 77 | dividendStatistics := map[string]interface{}{ |
| 78 | - "dividendAmount": annualDividend.Total, // 分红金额 | 78 | + "dividendAmount": annualDividend.Paid + annualDividend.Unpaid, // 分红金额 annualDividend.Total |
| 79 | "paidAmount": annualDividend.Paid, // 已支付 | 79 | "paidAmount": annualDividend.Paid, // 已支付 |
| 80 | "unPaidAmount": annualDividend.Unpaid, // 未支付 | 80 | "unPaidAmount": annualDividend.Unpaid, // 未支付 |
| 81 | } | 81 | } |
-
请 注册 或 登录 后发表评论