作者 yangfu

Merge branch 'dev' of http://gitlab.fjmaimaimai.com/allied-creation/allied-creat…

…ion-cooperation into dev
... ... @@ -706,6 +706,7 @@ func (dividendsEstimateService *DividendsEstimateService) ConfirmDividendsIncent
UpdatedAt: time.Time{},
OrderGoodId: orderGood.OrderGoodId,
OrderGoodAmount: orderGood.OrderGoodAmount,
PaymentStatus: int32(1),
}
dividendsEstimates = append(dividendsEstimates, dividendsEstimate)
... ... @@ -759,6 +760,7 @@ func (dividendsEstimateService *DividendsEstimateService) ConfirmDividendsIncent
UpdatedAt: time.Time{},
OrderGoodId: orderGood.OrderGoodId,
OrderGoodAmount: orderGood.OrderGoodAmount,
PaymentStatus: int32(1),
}
dividendsEstimates = append(dividendsEstimates, dividendsEstimate)
... ... @@ -1095,6 +1097,7 @@ func (dividendsEstimateService *DividendsEstimateService) ConfirmMoneyIncentives
CreatedAt: time.Now(),
DeletedAt: time.Time{},
UpdatedAt: time.Time{},
PaymentStatus: int32(1),
}
dividendsEstimates = append(dividendsEstimates, dividendsEstimate)
... ...