|
@@ -18,7 +18,7 @@ import java.util.regex.Pattern;
|
|
|
@Component
|
|
|
public class PatentRightUtils {
|
|
|
|
|
|
- public List<PatentRight> formatPatentRight(PatentRightParams params) {
|
|
|
+ public static List<PatentRight> formatPatentRight(PatentRightParams params) {
|
|
|
//国家
|
|
|
String country = params.getPatentNo().substring(0, 2);
|
|
|
//原文
|