瀏覽代碼

iiiiii

Signed-off-by: Binren Zhnag <zhangbr@elab-plus.com>
Binren Zhnag 4 年之前
父節點
當前提交
d345508417
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      flask_app.py

+ 4 - 1
flask_app.py

@@ -250,7 +250,10 @@ def debug_func():
     rj = JianYeReport()
     try:
         data = rj.brand_data()
-        result['data'] = data
+        house_ids = rj.get_house_id_by_brand_id('13')
+        result['data1'] = data
+        table_2 = rj.house_data(house_ids)
+        result['data2'] = table_2
     except Exception as e:
         result['error'] = str(e)
     finally: