|
|
@@ -4243,6 +4243,7 @@ public class GoodsServiceImpl implements GoodsService {
|
|
|
goods.setKindUuid(product.getKindid());
|
|
|
goods.setKindNameCn(product.getKind());
|
|
|
goods.setImg(product.getCmpImg());
|
|
|
+ goods.setUuid(product.getCmpUuId());
|
|
|
goods.setCode(product.getPcmpcode());
|
|
|
GoodsHistory history = goodsHistoryService.converTGoodsHist(goods, GoodsHistory.OperateType.Update.getPhrase(), false);
|
|
|
list.add(history);
|