@@ -107,7 +107,6 @@ public class AssoProductPatentService extends ServiceImpl<AssoProductPatentMappe
patentNos.removeAll(patentDTO.getNotInPatentNos());
}
-
List<String> assoPatents = new ArrayList<>();
if (patentNos.size() != 0) {
LambdaQueryWrapper<AssoStructurePatent> assoWrapper = new LambdaQueryWrapper<>();
@@ -259,6 +259,7 @@ public class ProductCategoryServiceImpl implements IProductCategoryService {
//存储所有
ProductCategoryTrendVO trendAllVO = new ProductCategoryTrendVO();
trendAllVO.setProductId(0);
+
trendAllVO.setProductName("总产品");
Map<String, Object> allMarketDataMap = new HashMap<>();
//根据产品类别ID获得产品id和产品名称