|
@@ -262,6 +262,7 @@ public class DeliverGoodsServiceImpl extends ServiceImpl<DeliverGoodsMapper, Del
|
|
|
item.setProductCode(productInfo.getCode());
|
|
|
item.setProductName(productInfo.getName());
|
|
|
item.setProductCustomCode(productInfo.getCustomCode());
|
|
|
+ item.setProductSpec(productInfo.getSpec());
|
|
|
});
|
|
|
//赋值质检信息
|
|
|
List<QualityDetail> qualityInfoByPurchaseId = baseMapper.getQualityInfoByPurchaseId(purchase.getId());
|