|
@@ -1385,16 +1385,11 @@ public String getComPantentNos(PatentVO params){
|
|
|
map.put("frontID",i);
|
|
|
map.put("currentID",j);
|
|
|
map.put("behindID",k);
|
|
|
-
|
|
|
-// List next=new ArrayList();
|
|
|
-// Map map1=new HashMap();
|
|
|
-// map1.put("total",totalNumber);
|
|
|
-// map1.put("behindPatentNo",str3);
|
|
|
-// next.add(map1);
|
|
|
-// map.put("next",next);
|
|
|
map.put("frontPatentNo",str1);
|
|
|
+ map.put("currentPatentNo",str2);
|
|
|
+ map.put("behindPatentNo",str3);
|
|
|
map.put("totalNumber",totalNumber);
|
|
|
- map.put("Patent",patent);
|
|
|
+
|
|
|
return Response.success(map);
|
|
|
|
|
|
|