|
@@ -92,6 +92,9 @@ public class ProductServiceImpl extends ServiceImpl<ProductMapper, Product> impl
|
|
|
throw new XiaoShiException(message);
|
|
|
}
|
|
|
|
|
|
+ String patentNo = productAddNewDTO.getPatentNo();
|
|
|
+
|
|
|
+
|
|
|
//如果有图片,图片文件上传至服务器,后获取图片文件的名称、后缀名、url地址,赋值给产品类别图片关联表实体类
|
|
|
if (files != null && files.size() != 0) {
|
|
|
ArrayList<AssoProductPicture> assoProductPictures = new ArrayList<>();
|