diff --git a/internal/service/commission_withdrawal/service.go b/internal/service/commission_withdrawal/service.go index c76e493..f3f186c 100644 --- a/internal/service/commission_withdrawal/service.go +++ b/internal/service/commission_withdrawal/service.go @@ -206,6 +206,8 @@ func (s *Service) Approve(ctx context.Context, id uint, req *dto.ApproveWithdraw "processed_at": now, "payment_type": req.PaymentType, "remark": req.Remark, + "approved_by": currentUserID, + "approved_at": now, } if req.Amount != nil {