From b223e6a75f378004dd06bbdc06010aefd2bb2849 Mon Sep 17 00:00:00 2001 From: "jay.chang" Date: Tue, 12 Mar 2024 17:07:33 +0800 Subject: [PATCH] =?UTF-8?q?[webApi]=E6=B0=B4=E9=9B=BB=E5=A0=B1=E8=A1=A8?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AA=AA=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FrontendWebApi/ApiControllers/TenantBillController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FrontendWebApi/ApiControllers/TenantBillController.cs b/FrontendWebApi/ApiControllers/TenantBillController.cs index 50dda76..2c8f285 100644 --- a/FrontendWebApi/ApiControllers/TenantBillController.cs +++ b/FrontendWebApi/ApiControllers/TenantBillController.cs @@ -670,7 +670,7 @@ namespace FrontendWebApi.ApiControllers $" 水費總計: {item.water_bill}元 " + $" " + $" " + - $"

總計(費用):各電/水量加總 * 單價

" + + $"

總計(費用):各電/水量加總 * 單價(四捨五入)

" + $" " + $"
" + $"
" +