|
@@ -107,7 +107,6 @@ public class AssoProductPatentService extends ServiceImpl<AssoProductPatentMappe
|
|
patentNos.removeAll(patentDTO.getNotInPatentNos());
|
|
patentNos.removeAll(patentDTO.getNotInPatentNos());
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
List<String> assoPatents = new ArrayList<>();
|
|
List<String> assoPatents = new ArrayList<>();
|
|
if (patentNos.size() != 0) {
|
|
if (patentNos.size() != 0) {
|
|
LambdaQueryWrapper<AssoStructurePatent> assoWrapper = new LambdaQueryWrapper<>();
|
|
LambdaQueryWrapper<AssoStructurePatent> assoWrapper = new LambdaQueryWrapper<>();
|