Signed-off-by: Binren Zhnag <zhangbr@elab-plus.com>
@@ -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: