add workflow 天润Smart-ccc工单数据,dev

This commit is contained in:
root 2024-07-02 10:50:53 +08:00
parent 56da9aa434
commit 93ff830ba4
1 changed files with 3 additions and 3 deletions

View File

@ -194,9 +194,9 @@ if __name__ == "__main__":
print(f"请求工单详情id:{id})失败,错误信息:{error}") print(f"请求工单详情id:{id})失败,错误信息:{error}")
load_detail_exp_to_db(id) load_detail_exp_to_db(id)
else: else:
ids.push(id) ids.append(id)
dataList = resL['ticketDetail'] dataList = resL['ticketDetail']
detailDataList.push(dataList) detailDataList.append(dataList)
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'])