金山WPS在线编辑
This commit is contained in:
@ -502,7 +502,7 @@ public class WpsServiceImpl implements WpsService {
|
||||
vo.setStaffCode("ebtp");
|
||||
vo.setFileKey(in.getFileId());
|
||||
String fileName = in.getFileName();
|
||||
vo.setFillName(fileName);
|
||||
vo.setFileName(fileName);
|
||||
vo.setFileExtension(fileName.substring(fileName.lastIndexOf(".")+1,fileName.length()));
|
||||
vo.setVersion(1);
|
||||
|
||||
|
Reference in New Issue
Block a user