作者 陈志颖

fix:分红订单状态调整

@@ -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 // 获取订单产品