调整重命名的BUG

This commit is contained in:
zhouxin5253@163.com 2021-01-24 11:01:09 +08:00
parent 79b77e693c
commit 537191461b
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ public class TeambitionClientService {
renameRequest.setDriveId(client.getDriveId());
renameRequest.setOrgId(client.getOrgId());
renameRequest.setName(pathInfo.getName());
client.put("/pan/api/nodes/" + parent.getNodeId(), renameRequest);
client.put("/pan/api/nodes/" + uploadPreResult.getNodeId(), renameRequest);
}
clearCache();
}