作者 唐旭辉

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