Commit 9a36a371 by 赵宇

fix

parent c8b071a2
......@@ -116,7 +116,7 @@ def menu():
count_gjd = company.filter_by(f_type=3).count() # 光机电
count_mtmhg = company.filter_by(f_type=4).count() # 煤炭煤化工
count_gtzz = company.filter_by(f_type=2).count() # 钢铁铸造
count_qyly = company.filter_by(f_type=5).count() # 全域旅游和康养
count_qyly = company.filter_by(f_type=5).count() # 文旅康养
# count_xdfu = company.filter_by(f_type=6).count() # 现代服务业
# count_qt = count_all - count_mcq - count_gjd - count_mtmhg - count_gtzz - count_qyly - count_xdfu
count_qt = count_all - count_mcq - count_gjd - count_mtmhg - count_gtzz - count_qyly
......@@ -311,8 +311,8 @@ def attract_video():
if video:
video_url = video.video_id1
image_url = (video.image_url).strip()
print(video_url)
print(image_url)
# print(video_url)
# print(image_url)
if video_url:
return jsonify(code=RET.OK, msg="查询成功", data={"video_url": video_url, "image_url": image_url})
else:
......
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