应续约日与过期日对调

更新续约代表数据一致性
This commit is contained in:
2026-03-31 10:41:17 +08:00
parent 25225ce136
commit 8e57195033
12 changed files with 455 additions and 1871 deletions
+41
View File
@@ -1579,6 +1579,47 @@
}
],
"execution_count": 1
},
{
"metadata": {},
"cell_type": "markdown",
"source": "## 商机问题跟进表",
"id": "9e39df3c1ef0ccbc"
},
{
"metadata": {
"ExecuteTime": {
"end_time": "2026-03-26T03:42:42.714525800Z",
"start_time": "2026-03-26T03:37:29.209197400Z"
}
},
"cell_type": "code",
"source": [
"import pandas as pd\n",
"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",
"for index, row in df.iterrows():\n",
" data_id = row[\"data_id\"]\n",
" payload = {\n",
" \"api_key\": \"675b900991ad2491c69389ca\",\n",
" \"entry_id\": \"67f8b1d3307bad317abc3a9a\",\n",
" \"data_id\": data_id,\n",
" }\n",
" 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
}
],
"metadata": {