|
|
@@ -3213,7 +3213,7 @@ public class FsStoreOrderServiceImpl implements IFsStoreOrderService
|
|
|
BigDecimal price = NumberUtil.round(NumberUtil.mul(storeCartVO.getCartNum(),
|
|
|
storeCartVO.getPrice()), 2);
|
|
|
if (shippingTemplatesRegion == null) {
|
|
|
- throw new CustomException("当前地址,【" + storeCartVO.getProductName() + "】商品不在快递配送范围!");
|
|
|
+ throw new CustomException("当前地址,商品不在快递配送范围!");
|
|
|
}
|
|
|
if (!templateDTOMap.containsKey(tempId)) {
|
|
|
TemplateDTO templateDTO = TemplateDTO.builder()
|