模版编制相关实现
This commit is contained in:
@@ -164,7 +164,7 @@ public class OnlyOfficeCallbackServiceImpl implements OnlyOfficeCallbackService
|
||||
// 创建文件成功,处理结果
|
||||
FileRespDTO fileRespDTO = result.getData();
|
||||
Map<String, Object> fileInfo = new HashMap<>();
|
||||
fileInfo.put("id", fileRespDTO.getId());
|
||||
fileInfo.put("id",String.valueOf(fileRespDTO.getId()));
|
||||
fileInfo.put("name", fileRespDTO.getName());
|
||||
fileInfo.put("directory", fileRespDTO.getDirectory());
|
||||
templateInstanceService.updateTemplateInstanceFileUrlByInstanceId(id, JSONObject.toJSONString(fileInfo));
|
||||
|
||||
Reference in New Issue
Block a user