|
@@ -39,7 +39,7 @@ public class FileCallBackController{
|
|
log.info("获取文件id:{}",fileId);
|
|
log.info("获取文件id:{}",fileId);
|
|
log.info("获取文件元数据userId:{},path:{},type:{}",_w_userid,_w_filepath,_w_filetype);
|
|
log.info("获取文件元数据userId:{},path:{},type:{}",_w_userid,_w_filepath,_w_filetype);
|
|
try {
|
|
try {
|
|
- Map<String,Object> map = wpsFileService.getFileInfo(_w_userid,_w_filepath,_w_filetype);
|
|
|
|
|
|
+ Map<String,Object> map = wpsFileService.getFileInfo(_w_userid,_w_filepath,_w_filetype,fileId);
|
|
return Response.success(map);
|
|
return Response.success(map);
|
|
}catch (Exception e){
|
|
}catch (Exception e){
|
|
return Response.bad("获取文件元数据异常");
|
|
return Response.bad("获取文件元数据异常");
|