lwhhszx 2 vuotta sitten
vanhempi
commit
5b7af0a1ac

+ 1 - 1
RMS/src/main/java/cn/cslg/report/service/OutInterfaceService.java

@@ -427,7 +427,7 @@ public class OutInterfaceService {
               .connectTimeout(60, TimeUnit.SECONDS)
               .writeTimeout(60, TimeUnit.SECONDS)
               .readTimeout(60, TimeUnit.SECONDS)
-              .build();
+              .build();;;
       Request request = new Request.Builder()
               .url(PASUrl + "/api/v2/system/getPatentDTOListForRMS")
               .post(requestBody)

+ 1 - 1
RMS/src/main/java/cn/cslg/report/service/business/ReportService.java

@@ -196,7 +196,7 @@ public class ReportService extends ServiceImpl<ReportMapper, Report> {
         List<ClientVO> mapClients = new ArrayList<>();
         if (clientIds.size() != 0) {
             String res3 = outInterfaceService.getClientNameFromPCS(clientIds);
-            mapClients = JSONObject.parseArray(res3,ClientVO.class);
+            mapClients = JSONObject.parseArray(res3);
         }
         //过滤报告
         for (Report item : reports) {