金山WPS在线编辑
This commit is contained in:
@ -24,7 +24,7 @@ public class KingSoftWpsVo {
|
||||
/**
|
||||
* 文件后缀名,如docx、pdf
|
||||
*/
|
||||
private String fillExtension;
|
||||
private String fileExtension;
|
||||
/**
|
||||
* 文件版本号 1
|
||||
*/
|
||||
|
@ -503,7 +503,7 @@ public class WpsServiceImpl implements WpsService {
|
||||
vo.setFileKey(in.getFileId());
|
||||
String fileName = in.getFileName();
|
||||
vo.setFillName(fileName);
|
||||
vo.setFillExtension(fileName.substring(fileName.lastIndexOf(".")+1,fileName.length()));
|
||||
vo.setFileExtension(fileName.substring(fileName.lastIndexOf(".")+1,fileName.length()));
|
||||
vo.setVersion(1);
|
||||
|
||||
try {
|
||||
|
Reference in New Issue
Block a user