| | |
| | | if (docList.size() > 0) { |
| | | doc = docList[0]; |
| | | } |
| | | ContentVersion version = [select Id from ContentVersion where ContentDocumentId =: doc.Id]; |
| | | if (bid.Web_URL__c != null) { |
| | | // 中标通知书URL更新时间 と 最新Attachmentの時間と比較、新しいものを適用 |
| | | if (doc != null) { |
| | | ContentVersion version = [select Id from ContentVersion where ContentDocumentId =: doc.Id]; |
| | | if (bid.Web_URL_ModifiedDate__c < doc.ContentModifiedDate) { |
| | | iframe = '/sfc/servlet.shepherd/version/renditionDownload?rendition=THUMB720BY480&versionId='+ version.Id; |
| | | } else { |
| | |
| | | } else { |
| | | // Attachmentを適用 |
| | | if (doc != null) { |
| | | ContentVersion version = [select Id from ContentVersion where ContentDocumentId =: doc.Id]; |
| | | iframe = '/sfc/servlet.shepherd/version/renditionDownload?rendition=THUMB720BY480&versionId='+ version.Id; |
| | | } |
| | | } |