|
|
@@ -301,6 +301,7 @@ public class GoodsDescServiceImpl extends ServiceImpl<GoodsDescMapper, GoodsDesc
|
|
|
goodsDesc.setBrand(e.getBrand());
|
|
|
goodsDesc.setBrandItem(e.getBrandItem());
|
|
|
goodsDesc.setSpecs(e.getSpecs());
|
|
|
+ goodsDesc.setType(Long.valueOf(e.getType()));
|
|
|
goodsDesc.setCategory(e.getCategory());
|
|
|
goodsDesc.setCategoryitem(e.getCategoryitem());
|
|
|
goodsDesc.setUnit(e.getUnit());
|