|
@@ -575,6 +575,7 @@ public String getComPantentNos(PatentVO params){
|
|
// 获得带筛选条件的对比专利号
|
|
// 获得带筛选条件的对比专利号
|
|
public String getConPantentNos(QueryPatentVO params){
|
|
public String getConPantentNos(QueryPatentVO params){
|
|
List<String> patents = baseMapper.getConPantentNos(params);
|
|
List<String> patents = baseMapper.getConPantentNos(params);
|
|
|
|
+ System.out.println("你好");
|
|
return Response.success(patents);
|
|
return Response.success(patents);
|
|
}
|
|
}
|
|
public PatentDTO getPatentDTOById(Integer id, Integer projectId) {
|
|
public PatentDTO getPatentDTOById(Integer id, Integer projectId) {
|