feat: There is no way the,buss

This commit is contained in:
super_liu
2021-12-18 22:28:08 +08:00
parent deebed8890
commit 84e9d46d9e
@@ -78,7 +78,12 @@ public class BusProcessModelHisController {
try {
logger.info("**********onlyoffice接收文档接口获得downloadUri************" + downloadUri);
if (StringUtils.isNotEmpty(downloadUri)) {
File file = new File(standEditFilePath + standNo + "\\" + fileNm);
StringBuilder builder=new StringBuilder();
builder.append(standEditFilePath);
builder.append("standNo").append("/");
builder.append(fileNm);
String saveFileUrl = builder.toString();
File file = new File(saveFileUrl);
downloadNetFile(downloadUri, file);
// 更新在线编辑当前节点编辑状态
busProcessModelHisService.modelHisOneUpdStatus(pid,taskId);