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

Commit cd771858 by wyy

模板bug修改

parent 1c436d5b
......@@ -121,6 +121,7 @@ def findAllTemplate(collection):
for i in results: # i为document
template["templateId"] = i.get("templateId", None)
template["templateName"] = i.get("templateName", None)
template["entityList"] = i.get("entityList", None)
x.append(template) # 将cursor转化为一个字典
template = {}
return x # 返回这个字典
......
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