|
|
@ -359,13 +359,14 @@ public class GoodsController { |
|
|
|
map.put("title", title); |
|
|
|
map.put("title", title); |
|
|
|
|
|
|
|
|
|
|
|
if (goodsType != null) { |
|
|
|
if (goodsType != null) { |
|
|
|
GoodsType goodsType1 = goodsTypeService.queryDetail(goodsType); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GoodsType goodsType1 = goodsTypeService.queryDetail(goodsType); |
|
|
|
if (goodsType1.getParentId() == null) { |
|
|
|
if (goodsType1.getParentId() == null) { |
|
|
|
map.put("goodsTypeParent", goodsType); |
|
|
|
map.put("goodsTypeParent", goodsType); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
map.put("goodsType", goodsType); |
|
|
|
map.put("goodsType", goodsType); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
map.put("goodsBrand", goodsBrand); |
|
|
|
map.put("goodsBrand", goodsBrand); |
|
|
|