This commit is contained in:
liangzai 2025-06-22 16:04:22 +08:00
parent 8b728e28c5
commit b0e47d1658

View File

@ -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,