@@ -317,6 +317,7 @@ public class OutInterfaceService {
.addHeader("Cookie", LoginUtils.getToken())
.post(requestBody)
.build();
+
return Objects.requireNonNull(okHttpClient.newCall(request).execute().body()).string();
}
public String getPatentNos(Integer projectId) throws IOException {
@@ -218,7 +218,7 @@ public class ReportService extends ServiceImpl<ReportMapper, Report> {
//装载客户
for(ClientVO clientVO :mapClients){
if(clientVO.getId().equals(item.getClientId())) {
- item.setClientName(clientVO.getName());
+ item.setClientName(clientVO.getName() );
//装载报告应用场景