|
@@ -697,6 +697,7 @@ public class UploadPatentBatchService {
|
|
patent.setPublicNo(patentCell.getPublicNo());
|
|
patent.setPublicNo(patentCell.getPublicNo());
|
|
uploadParamsVO.setSimpleStatus(patentCell.getStatue());
|
|
uploadParamsVO.setSimpleStatus(patentCell.getStatue());
|
|
uploadParamsVO.setPatent(patent);
|
|
uploadParamsVO.setPatent(patent);
|
|
|
|
+ getOneOrInsertOne(uploadParamsVO);
|
|
if (patentCell.getAgency() != null && !patentCell.getAgency().equals("")) {
|
|
if (patentCell.getAgency() != null && !patentCell.getAgency().equals("")) {
|
|
uploadParamsVO.getPatent().setAgencyId(patentAgencyService.getAgencyStringIdByName(patentCell.getAgency()));
|
|
uploadParamsVO.getPatent().setAgencyId(patentAgencyService.getAgencyStringIdByName(patentCell.getAgency()));
|
|
}
|
|
}
|