Commit 8f8224fa by dong

fix202302013

parent b476ba07
...@@ -993,8 +993,8 @@ def industry_enterprise(): ...@@ -993,8 +993,8 @@ def industry_enterprise():
company_name = req_dict['company_name'] company_name = req_dict['company_name']
status = req_dict['status'] status = req_dict['status']
# 校验参数完整性 # 校验参数完整性
if not all([industry_level, page, perpage]): # if not all([industry_level, page, perpage]):
return jsonify(code=RET.PARAMERR, msg="参数不完整") # return jsonify(code=RET.PARAMERR, msg="参数不完整")
try: try:
company = Company.query.filter( company = Company.query.filter(
......
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