From b0e47d165889b417eac2995c61d678dd223c9155 Mon Sep 17 00:00:00 2001 From: liangzai <2440983361@qq.com> Date: Sun, 22 Jun 2025 16:04:22 +0800 Subject: [PATCH] fix --- .../internal/logic/agent/getagentwithdrawaltaxexemptionlogic.go | 1 - 1 file changed, 1 deletion(-) 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,