fix(authorized_loss_rate): 修复获取系统中定义的基准核定线损率错误
This commit is contained in:
parent
8a4be5328e
commit
a593666542
|
@ -19,6 +19,6 @@ func getNormAuthorizedLossRate(c *fiber.Ctx) error {
|
|||
result := response.NewResult(c)
|
||||
BaseLoss := config.BaseLoss
|
||||
return result.Success("已经获取到系统设置的基准核定线损率。",
|
||||
fiber.Map{"normAuthorizedLossRate": BaseLoss},
|
||||
fiber.Map{"normAuthorizedLossRate": BaseLoss.Base},
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user