Переглянути джерело

2022-10-17 补充已修改但未上传的代码

chenyi 2 роки тому
батько
коміт
a4d4757594

+ 3 - 8
PAS/src/main/java/cn/cslg/pas/service/PatentService.java

@@ -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);