Commit 61212ffd by dong

fix

parent 39557805
......@@ -331,7 +331,7 @@ def search():
current_app.logger.error(e)
return jsonify(code=RET.DBERR, msg="es数据库错误")
data = {
"data": data_list, "size": size
"data": data_list, "size": size["value"]
}
return jsonify(code=RET.OK, msg="查找成功", data=data)
......
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