作者 唐旭辉

... ... @@ -162,8 +162,9 @@ func (subscriber *OrderLogSubscriber) HandleEvent(domainEvent coreDomain.DomainE
}
for i := range currentEvent.Goods {
m := domain.OrderLogDescript{
Title: "支付分红",
Item: currentEvent.Goods[i].GoodName,
GoodId: currentEvent.Goods[i].Id,
Title: "支付分红",
Item: currentEvent.Goods[i].GoodName,
Action: []string{
fmt.Sprintf(`支付分红"¥%.2f"`, currentEvent.Goods[i].GetCurrentPartnerBonus()),
},
... ...