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

Commit a501383c by renqing122

模板修改

parent fd8f2887
......@@ -157,6 +157,7 @@ def findSomeTemplates(collection, condition):
template["templateId"] = i.get("templateId", None)
template["templateName"] = i.get("templateName", None)
template["entityList"] = i.get("entityList", None)
template["templateType"] = i.get("templateType", 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