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