异常待办时间更改

This commit is contained in:
2026-04-02 09:09:28 +08:00
parent 8e57195033
commit 976753d3c0
6 changed files with 12438 additions and 25 deletions
+5 -13
View File
@@ -1589,8 +1589,8 @@
{
"metadata": {
"ExecuteTime": {
"end_time": "2026-03-26T03:42:42.714525800Z",
"start_time": "2026-03-26T03:37:29.209197400Z"
"end_time": "2026-03-31T06:24:52.996465800Z",
"start_time": "2026-03-31T06:21:23.287329300Z"
}
},
"cell_type": "code",
@@ -1599,7 +1599,7 @@
"from api import API\n",
"\n",
"api_instance = API()\n",
"df = pd.read_excel(r\"C:\\Users\\hp_z66\\OneDrive\\Desktop\\钉钉文件\\1111111商机问题跟进表_20260326092929.xlsx\",sheet_name=\"问题进行中删除\")\n",
"df = pd.read_excel(r\"C:\\Users\\hp_z66\\Downloads\\商机问题跟进表_20260331114857.xlsx\",sheet_name=\"Sheet8\")\n",
"for index, row in df.iterrows():\n",
" data_id = row[\"data_id\"]\n",
" payload = {\n",
@@ -1610,16 +1610,8 @@
" api_instance.entry_data_delete(payload)"
],
"id": "9982ace96792b53c",
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"\u001B[92m2026-03-26 11:37:29,793 - api.py - task_logger - INFO - 返回结果:, {'code': 4001, 'msg': 'Data does not exist.'}\u001B[0m\n"
]
}
],
"execution_count": 5
"outputs": [],
"execution_count": 1
}
],
"metadata": {