From 9606e33379d3685983fddf5debd09eca24f86dd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E7=81=B0=E7=81=B0?= Date: Sat, 23 Nov 2024 11:08:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E3=80=90=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E3=80=91=EF=BC=9A=E4=BF=AE=E5=A4=8D=E8=BF=90=E8=B4=B9=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E9=83=A8=E5=88=86=E5=8C=BA=E5=9F=9F=E7=9A=84=E6=83=85?= =?UTF-8?q?=E5=86=B5=E4=B8=8B=EF=BC=8C=E7=BB=AD=E9=87=8D=E8=B4=B9=E7=94=A8?= =?UTF-8?q?=E8=AE=A1=E7=AE=97=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CoreCms.Net.Services/Shop/CoreCmsShipServices.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CoreCms.Net.Services/Shop/CoreCmsShipServices.cs b/CoreCms.Net.Services/Shop/CoreCmsShipServices.cs index d898712d..97c909dd 100644 --- a/CoreCms.Net.Services/Shop/CoreCmsShipServices.cs +++ b/CoreCms.Net.Services/Shop/CoreCmsShipServices.cs @@ -157,7 +157,7 @@ namespace CoreCms.Net.Services //if (item.Property("area") == null) continue; var area = item["area"].ObjectToString(); var firstunitAreaPrice = item["firstunitAreaPrice"].ObjectToDecimal(0); - var continueunitAreaPrice = item["continueunitAreaPrice"].ObjectToInt(0); + var continueunitAreaPrice = item["continueunitAreaPrice"].ObjectToDecimal(0); if (!string.IsNullOrEmpty(area)) { var areaArr = CommonHelper.StringToIntArray(area);