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);