|
@@ -56,6 +56,9 @@ public class FeatureService extends ServiceImpl<FeatureMapper, Features> {
|
|
|
*/
|
|
|
|
|
|
public List<PatentRight> FormatPatentRights(List<PatentRight> patentRights,String patentNo) {
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
StringBuilder stringBuilder =new StringBuilder();
|
|
|
patentRights.forEach(item->{
|
|
|
stringBuilder.append(item.getContent());
|
|
@@ -510,8 +513,6 @@ public class FeatureService extends ServiceImpl<FeatureMapper, Features> {
|
|
|
mapList.add(map);
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
return mapList;
|
|
|
}
|
|
|
|