修改
This commit is contained in:
@@ -352,6 +352,11 @@ public class OfficeProxy{
|
||||
int pos = excelPath.indexOf("/users");
|
||||
if(pos > 0) {
|
||||
excelPath = excelPath.substring(pos+1);
|
||||
log.info(excelPath);
|
||||
}
|
||||
else
|
||||
{
|
||||
log.error("路径窃取错误:"+pos);
|
||||
}
|
||||
result.add(excelPath);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user