|
@@ -963,7 +963,10 @@ public class PatentStarApiService {
|
|
|
if (item.getAgencyStr() != null && !item.getAgencyStr().trim().equals("")) {
|
|
|
patentColumnDTO.setAgency(item.getAgencyStr());
|
|
|
}
|
|
|
-
|
|
|
+ //装载优先权
|
|
|
+ patentColumnDTO.setPriorityNo(item.getPriorityNo());
|
|
|
+ patentColumnDTO.setPriorityDate(item.getPriorityDate());
|
|
|
+ patentColumnDTO.setAppCountry(item.getBureau());
|
|
|
patentColumnDTOS.add(patentColumnDTO);
|
|
|
});
|
|
|
|