diff --git a/YLErpDAL/Modules/SwapModule/SwapRateService.cs b/YLErpDAL/Modules/SwapModule/SwapRateService.cs index 6100ccb9..2d3b2b60 100644 --- a/YLErpDAL/Modules/SwapModule/SwapRateService.cs +++ b/YLErpDAL/Modules/SwapModule/SwapRateService.cs @@ -346,7 +346,7 @@ namespace YLErp.Modules.SwapModule exportModel.DiscountAccDown = item.DiscountAccDown.OtcFormatMoney(true); exportModel.FrontDeskCharge = item.FrontDeskChargeIsPercent == true ? item.FrontDeskCharge.OtcFormatTenThousandsPercent(4) : item.FrontDeskCharge.OtcFormatMoney(true); exportModel.BackDeskCharge = item.BackDeskChargeIsPercent == true ? item.BackDeskCharge.OtcFormatTenThousandsPercent(4) : item.BackDeskCharge.OtcFormatMoney(true); - exportModel.OfflineRate = item.OfflineRate.OtcFormatTenThousandsPercent(4); + exportModel.OfflineRate = item.OfflineRate.OtcFormatPercent(4); list.Add(exportModel); } var tplFilePath = OtcAppContext.MapPath("/App_Docs"); diff --git a/YLErpWeb/App_Docs/导出模板/阶梯费率导出模板.xlsx b/YLErpWeb/App_Docs/导出模板/阶梯费率导出模板.xlsx index d8f4b40a..4c8b3fbb 100644 Binary files a/YLErpWeb/App_Docs/导出模板/阶梯费率导出模板.xlsx and b/YLErpWeb/App_Docs/导出模板/阶梯费率导出模板.xlsx differ