diff --git a/app/main/api/internal/logic/agent/getagentwithdrawaltaxexemptionlogic.go b/app/main/api/internal/logic/agent/getagentwithdrawaltaxexemptionlogic.go index bf99584..b718efd 100644 --- a/app/main/api/internal/logic/agent/getagentwithdrawaltaxexemptionlogic.go +++ b/app/main/api/internal/logic/agent/getagentwithdrawaltaxexemptionlogic.go @@ -58,7 +58,6 @@ func (l *GetAgentWithdrawalTaxExemptionLogic) GetAgentWithdrawalTaxExemption(req TaxRate: l.svcCtx.Config.TaxConfig.TaxRate, }, nil } -``` func (l *GetAgentWithdrawalTaxExemptionLogic) createMonthlyExemption(agentId int64, yearMonth int64) (*model.AgentWithdrawalTaxExemption, error) { exemption := &model.AgentWithdrawalTaxExemption{ AgentId: agentId,