正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -749,8 +749,8 @@ func (dividendsEstimateService *DividendsEstimateService) ConfirmDividendsIncent | @@ -749,8 +749,8 @@ func (dividendsEstimateService *DividendsEstimateService) ConfirmDividendsIncent | ||
749 | } else { | 749 | } else { |
750 | // 获取产品ID | 750 | // 获取产品ID |
751 | orderGoodSavedIds := make([]int64, 0) | 751 | orderGoodSavedIds := make([]int64, 0) |
752 | - for _, dividendsEstimateSaved := range dividendsEstimatesSaved { | ||
753 | - orderGoodSavedIds = append(orderGoodSavedIds, dividendsEstimateSaved.OrderGoodId) | 752 | + for _, dividendsEstimate := range dividendsEstimates { |
753 | + orderGoodSavedIds = append(orderGoodSavedIds, dividendsEstimate.OrderGoodId) | ||
754 | } | 754 | } |
755 | 755 | ||
756 | // 获取订单产品 | 756 | // 获取订单产品 |
-
请 注册 或 登录 后发表评论