| | |
| | | } |
| | | |
| | | public void init() { |
| | | // 20231103 Lightning文件修改 Start |
| | | Bid_Announcement__c bid = [select Id, Web_URL__c, Web_URL_ModifiedDate__c from Bid_Announcement__c where Id = :recordId]; |
| | | // List<Attachment> attList = [select Id, LastModifiedDate from Attachment where ParentId = :recordId order by LastModifiedDate desc limit 1]; |
| | | List<ContentDocumentLink> links = [select ContentDocumentId from ContentDocumentLink where LinkedEntityId =: recordId]; |
| | |
| | | iframe = '/sfc/servlet.shepherd/version/renditionDownload?rendition=THUMB720BY480&versionId='+ version.Id; |
| | | } |
| | | } |
| | | // 20231103 Lightning文件修改 End |
| | | } |
| | | } |