bugfix:媒體記錄未填充parentKey

main
陈伟 2 months ago
parent e013276753
commit 7049653e72

@ -279,7 +279,7 @@ public class ConfigSubscribe : IJob
ObjectKey = data.file.object_key,
Path = data.file.path, // 目前这个好像没有值
CreateTime = ((string)data.file.metadata.created_time).ToDateTime(),
ParentKey = "",
ParentKey = folderKey[2],
Level = 4
};
// todo 添加事务

Loading…
Cancel
Save