|
@@ -477,7 +477,7 @@ func (s *StoreEntry) MatingCreate(ctx context.Context, req *pasturePb.EventMatin
|
|
|
if err != nil {
|
|
|
return xerr.WithStack(err)
|
|
|
}
|
|
|
-
|
|
|
+ req.OperationName = eventCheckModel.OperationUser.Name
|
|
|
if err = s.DB.Transaction(func(tx *gorm.DB) error {
|
|
|
for _, cow := range eventCheckModel.CowList {
|
|
|
lastEventMating, ok, err := s.FindLastEventMatingByCowId(ctx, eventCheckModel.CurrentUser.PastureId, cow.Id)
|