|
|
@@ -308,7 +308,7 @@ public class CognizanceApiController extends CertifyApiController {
|
|
|
fileName = pi.getPatentWritingDownloadFileName();
|
|
|
downloadUrl = pi.getPatentWritingUrl();
|
|
|
} else if (IntellectualPropertyType.COPYRIGHT.getCode() == type) {
|
|
|
- CopyrightInfoDetail ci = copyrightInfoService.findByPrimaryKey(id);
|
|
|
+ CopyrightInfoDetail ci = copyrightInfoService.findByPrimaryKey(olp.getPid());
|
|
|
if (null == ci) {
|
|
|
res.getError().add(buildError(ErrorConstants.PARAM_ERROR, "", "知识产权ID及TYPE"));
|
|
|
return res;
|