|
@@ -230,6 +230,9 @@ public class ProductServiceImpl implements ProductService {
|
|
|
paramElement = new ArrayList<>();
|
|
|
}
|
|
|
}
|
|
|
+ if (paramElement.size() != 0) {
|
|
|
+ paramList.add(paramElement);
|
|
|
+ }
|
|
|
baikeProduct.setParamList(paramList);
|
|
|
// 产品/仪器认证图片列表
|
|
|
List<String> authImageList = baikeDao.findImageList(productId, 1);
|