Merge branch 'dev' of http://gitlab.fjmaimaimai.com/allied-creation/allied-creation-gateway into dev
正在显示
1 个修改的文件
包含
3 行增加
和
3 行删除
| @@ -75,9 +75,9 @@ func (srv PersonStatisticsService) IndexStatistics(cmd *command.IndexStatisticsC | @@ -75,9 +75,9 @@ 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, // 分红金额 | ||
| 79 | - "paidAmount": annualDividend.Paid, // 已支付 | ||
| 80 | - "unPaidAmount": annualDividend.Unpaid, // 未支付 | 78 | + "dividendAmount": annualDividend.Paid + annualDividend.Unpaid, // 分红金额 annualDividend.Total |
| 79 | + "paidAmount": annualDividend.Paid, // 已支付 | ||
| 80 | + "unPaidAmount": annualDividend.Unpaid, // 未支付 | ||
| 81 | } | 81 | } |
| 82 | 82 | ||
| 83 | return map[string]interface{}{ | 83 | return map[string]interface{}{ |
-
请 注册 或 登录 后发表评论