客户资料启用智能助手

This commit is contained in:
z66
2025-11-03 11:29:48 +08:00
parent 73f6f54d35
commit e4e4d04e3e
5 changed files with 29 additions and 17 deletions
+8 -8
View File
@@ -257,8 +257,8 @@
{
"metadata": {
"ExecuteTime": {
"end_time": "2025-10-27T06:50:20.870562Z",
"start_time": "2025-10-27T06:50:20.631342Z"
"end_time": "2025-10-31T01:47:00.303760Z",
"start_time": "2025-10-31T01:46:58.373023Z"
}
},
"cell_type": "code",
@@ -274,10 +274,10 @@
" } # 衡时数据库链接配置-mysql\n",
"# table_name = \"new_dealer_service_order_to_bi\" # 替换为你的实际表名\n",
"\n",
"table_name = \"non_standard_performance_to_BI\"\n",
"column_name = \"业绩分类\"\n",
"new_column_type = \"VARCHAR(255)\" # 目标数据类型\n",
"# new_column_type = \"DATETIME\" # 目标数据类型\n",
"table_name = \"thailand_store_data_email\"\n",
"column_name = \"门店过期时间\"\n",
"# new_column_type = \"VARCHAR(255)\" # 目标数据类型\n",
"new_column_type = \"DATETIME\" # 目标数据类型\n",
"\n",
"try:\n",
" # 连接数据库\n",
@@ -336,12 +336,12 @@
"name": "stdout",
"output_type": "stream",
"text": [
"✅ 成功添加字段: `业绩分类`\n",
"✅ 成功添加字段: `门店过期时间`\n",
"数据库连接已关闭\n"
]
}
],
"execution_count": 5
"execution_count": 1
},
{
"metadata": {},