fix: 移动文件所有者错误

This commit is contained in:
kuaifan 2022-07-05 00:14:47 +08:00
parent 63cd4649dd
commit 0f6886656e

View File

@ -389,6 +389,7 @@ class FileController extends AbstractController
if ($file->isSubShare()) {
throw new ApiException("{$file->name} 内含有共享文件,无法移动到另一个共享文件夹内");
}
$file->userid = $toShareFile->userid;
}
//
$tmpId = $pid;