@@ -42,6 +42,7 @@ public class FileCallBackController{
Map<String,Object> map = wpsFileService.getFileInfo(_w_userid,_w_filepath,_w_filetype,fileId);
return Response.success(map);
}catch (Exception e){
+ e.printStackTrace();
return Response.bad("获取文件元数据异常");
}