|
|
@@ -35,7 +35,6 @@ import com.goafanti.common.model.OrgStandard;
|
|
|
import com.goafanti.common.model.OrgTechAchievement;
|
|
|
import com.goafanti.common.model.OrgTechCenterDetail;
|
|
|
import com.goafanti.common.model.OrgTechProduct;
|
|
|
-import com.goafanti.common.model.OrganizationIdentity;
|
|
|
import com.goafanti.common.model.PatentInfo;
|
|
|
import com.goafanti.common.model.TechProject;
|
|
|
import com.goafanti.common.utils.DateUtils;
|
|
|
@@ -248,6 +247,8 @@ public class PreviewController extends BaseApiController {
|
|
|
downloadFile(response, pi.getAuthorizationNoticeDownloadFileName(), pi.getAuthorizationNoticeUrl());
|
|
|
} else if (attachmentType == AttachmentType.PATENT_CERTIFICATE) {
|
|
|
downloadFile(response, pi.getPatentCertificateDownloadFileName(), pi.getPatentCertificateUrl());
|
|
|
+ } else if (attachmentType == AttachmentType.PATENT_PRORY_STATEMENT) {
|
|
|
+ downloadFile(response, pi.getPatentProryStatementDownloadFileName(), pi.getPatentProryStatementUrl());
|
|
|
}
|
|
|
}
|
|
|
|