文档服务地址:http://47.92.0.57:3000/ 周报索引地址:http://47.92.0.57:3000/s/NruNXRYmV

Commit 2b050456 by 李景熙

修改文件未显示bug

parent b912a45b
......@@ -60,14 +60,12 @@ def find_data_by_slice(slice_id):
index = 0
list = []
while index < len(find):
rid = Relation.get_relation_id(executor, find[index].data_id)
list.append(
{
'id': find[index].data_id,
'name': find[index].name,
'size': find[index].size,
'url': find[index].url,
'relation_id': rid
'url': find[index].url
}
)
index += 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment