add workflow 天润Smart-ccc会话数据,dev
This commit is contained in:
parent
efd40acc35
commit
210a787098
|
@ -240,7 +240,7 @@ if __name__ == "__main__":
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(f'请求会话详情(id:{id})异常, )异常信息:{e}')
|
print(f'请求会话详情(id:{id})异常, )异常信息:{e}')
|
||||||
load_detail_exp_to_db(data['id'])
|
load_detail_exp_to_db(data['id'])
|
||||||
print(f'实际加载{j}-{len(actList)-{len(detailDataList)}}条记录')
|
print(f'实际加载{j}-{len(actList)}-{len(detailDataList)}条记录')
|
||||||
load_data_to_db(actList)
|
load_data_to_db(actList)
|
||||||
if len(ids) > 0:
|
if len(ids) > 0:
|
||||||
ids_str = [str(item) for item in ids]
|
ids_str = [str(item) for item in ids]
|
||||||
|
|
Loading…
Reference in New Issue