fix
This commit is contained in:
parent
8b728e28c5
commit
b0e47d1658
@ -58,7 +58,6 @@ func (l *GetAgentWithdrawalTaxExemptionLogic) GetAgentWithdrawalTaxExemption(req
|
|||||||
TaxRate: l.svcCtx.Config.TaxConfig.TaxRate,
|
TaxRate: l.svcCtx.Config.TaxConfig.TaxRate,
|
||||||
}, nil
|
}, nil
|
||||||
}
|
}
|
||||||
```
|
|
||||||
func (l *GetAgentWithdrawalTaxExemptionLogic) createMonthlyExemption(agentId int64, yearMonth int64) (*model.AgentWithdrawalTaxExemption, error) {
|
func (l *GetAgentWithdrawalTaxExemptionLogic) createMonthlyExemption(agentId int64, yearMonth int64) (*model.AgentWithdrawalTaxExemption, error) {
|
||||||
exemption := &model.AgentWithdrawalTaxExemption{
|
exemption := &model.AgentWithdrawalTaxExemption{
|
||||||
AgentId: agentId,
|
AgentId: agentId,
|
||||||
|
Loading…
Reference in New Issue
Block a user