|
|
@@ -124,6 +124,12 @@ public class StockGoodsServiceImpl extends ServiceImpl<StockGoodsMapper, StockGo
|
|
|
if (StringUtils.isNotBlank(goodsDesc.getData().getTypeno())){
|
|
|
stockGoods.setTypeno(goodsDesc.getData().getTypeno());
|
|
|
}
|
|
|
+ if (StringUtils.isNotBlank(goodsDesc.getData().getSpecsOne())){
|
|
|
+ stockGoods.setTypenoOne(goodsDesc.getData().getSpecsOne());
|
|
|
+ }
|
|
|
+ if (StringUtils.isNotBlank(goodsDesc.getData().getPlaceProduction())){
|
|
|
+ stockGoods.setPlaceProduction(goodsDesc.getData().getPlaceProduction());
|
|
|
+ }
|
|
|
stockGoods.setCname(goodsDesc.getData().getCname());
|
|
|
stockGoods.setCode(goodsDesc.getData().getCode());
|
|
|
}else {
|