作者 唐旭辉

... ... @@ -162,6 +162,7 @@ func (subscriber *OrderLogSubscriber) HandleEvent(domainEvent coreDomain.DomainE
}
for i := range currentEvent.Goods {
m := domain.OrderLogDescript{
GoodId: currentEvent.Goods[i].Id,
Title: "支付分红",
Item: currentEvent.Goods[i].GoodName,
Action: []string{
... ...