非标业绩提报新增2字段

This commit is contained in:
z66
2025-09-02 10:48:23 +08:00
parent 2840d4871a
commit c24e5cfceb
3 changed files with 10051 additions and 13 deletions
File diff suppressed because one or more lines are too long
@@ -56,6 +56,7 @@ class NonStandardPerformanceToBI:
"新签提成比例-首年": "_widget_1753778922503", "新签提成比例-首年": "_widget_1753778922503",
"新签提成比例-非首年": "_widget_1753778922548", "新签提成比例-非首年": "_widget_1753778922548",
"新签阶段及提成比例": "_widget_1753778656359", "新签阶段及提成比例": "_widget_1753778656359",
"业绩动作":"_widget_1756708722933","提成动作":"_widget_1756708722932",
"新签阶段及提成比例.选择提成阶段": "_widget_1753778656359._widget_1753778656361", "新签阶段及提成比例.选择提成阶段": "_widget_1753778656359._widget_1753778656361",
"新签阶段及提成比例.新签阶段": "_widget_1753778656359._widget_1753948745962", "新签阶段及提成比例.新签阶段": "_widget_1753778656359._widget_1753948745962",
"新签阶段及提成比例.提成比例": "_widget_1753778656359._widget_1753778656362", "新签阶段及提成比例.提成比例": "_widget_1753778656359._widget_1753778656362",
@@ -158,12 +159,7 @@ class NonStandardPerformanceToBI:
def write_to_bi(self, df): def write_to_bi(self, df):
# 数据库连接信息 # 数据库连接信息
HS_DB_Config = { HS_DB_Config = Config.HS_DB_Config
'host': "f6-public.rwlb.rds.aliyuncs.com",
'user': "rw_operation_data_relay",
'password': "m+q5Z4%IVuF9bf",
'database': "f6operation_data_relay"
}
table_name = "non_standard_performance_to_BI" # 替换为你的实际表名 table_name = "non_standard_performance_to_BI" # 替换为你的实际表名
# 建立数据库连接 # 建立数据库连接
+7 -7
View File
@@ -257,8 +257,8 @@
{ {
"metadata": { "metadata": {
"ExecuteTime": { "ExecuteTime": {
"end_time": "2025-08-20T08:07:48.856164Z", "end_time": "2025-09-02T02:46:47.948241Z",
"start_time": "2025-08-20T08:07:48.650261Z" "start_time": "2025-09-02T02:46:47.681524Z"
} }
}, },
"cell_type": "code", "cell_type": "code",
@@ -275,9 +275,9 @@
"# table_name = \"new_dealer_service_order_to_bi\" # 替换为你的实际表名\n", "# table_name = \"new_dealer_service_order_to_bi\" # 替换为你的实际表名\n",
"\n", "\n",
"table_name = \"non_standard_performance_to_BI\"\n", "table_name = \"non_standard_performance_to_BI\"\n",
"column_name = \"开户/处理日期\"\n", "column_name = \"提成动作\"\n",
"# new_column_type = \"VARCHAR(255)\" # 目标数据类型\n", "new_column_type = \"VARCHAR(255)\" # 目标数据类型\n",
"new_column_type = \"DATETIME\" # 目标数据类型\n", "# new_column_type = \"DATETIME\" # 目标数据类型\n",
"\n", "\n",
"try:\n", "try:\n",
" # 连接数据库\n", " # 连接数据库\n",
@@ -336,12 +336,12 @@
"name": "stdout", "name": "stdout",
"output_type": "stream", "output_type": "stream",
"text": [ "text": [
"❌ 操作失败:1146 (42S02): Table 'f6operation_data_relay.non_standard_performance_to_bi' doesn't exist\n", "✅ 成功添加字段: `提成动作`\n",
"数据库连接已关闭\n" "数据库连接已关闭\n"
] ]
} }
], ],
"execution_count": 4 "execution_count": 2
}, },
{ {
"metadata": {}, "metadata": {},