@ -359,13 +359,14 @@ public class GoodsController {
map.put("title", title);
if (goodsType != null) {
GoodsType goodsType1 = goodsTypeService.queryDetail(goodsType);
if (goodsType1.getParentId() == null) {
map.put("goodsTypeParent", goodsType);
} else {
map.put("goodsType", goodsType);
}
map.put("goodsBrand", goodsBrand);
@ -143,7 +143,7 @@ public class BsOrderServiceImpl implements BsOrderService {
Long addressId = null;
// 订单总金额
BigDecimal totalPrice = new BigDecimal("0");
BigDecimal totalPrice;
// 商品总金额
BigDecimal productTotalPrice = new BigDecimal("0");