FEAT[BE]: add default filterby become so_date in report markeing

This commit is contained in:
aguhh18
2026-01-20 22:42:16 +07:00
parent ad3bb0e29a
commit d50ab7cc97
3 changed files with 8 additions and 5 deletions
@@ -175,7 +175,6 @@ func (s *repportService) GetMarketing(c *fiber.Ctx, params *validation.Marketing
for customerID := range customerGroups {
transactions, err := s.CustomerPaymentRepo.GetCustomerPaymentTransactions(c.Context(), &customerID)
if err != nil {
s.Log.Warnf("Failed to get transactions for customer %d: %v", customerID, err)
continue
}