确认文件存放路径

1.查看file_system_path DQL

 

//r_object_id
select r_object_id from dm_document where object_name = 'test.docx';

 

//storage_id
select storage_id,data_ticket  from dmr_content where any parent_id  = '090003eb80006f4f' and rendition=0;

 

//root
select root from dm_filestore where r_object_id = '280003eb80000100';

 

//file_system_path

select file_system_path from dm_location where object_name = 'storage_01';

 

结构图见附件

 

你可能感兴趣的:(文件)