Commit fc434953 authored by 智勇's avatar 智勇

traffic_distribution

parent db8a104a
...@@ -138,7 +138,7 @@ elif [[ $database_name = 'user_credit' ]]; then ...@@ -138,7 +138,7 @@ elif [[ $database_name = 'user_credit' ]]; then
port='9001' port='9001'
elif [[ $database_name = 'traffic_distribution' ]]; then elif [[ $database_name = 'traffic_distribution' ]]; then
# user_credit # user_credit
sys_table_list='' sys_table_list='merchant merchant_carousel merchant_credit merchant_detail merchant_section merchant_sort ppdai_exclude_channel t_module t_module_role t_role t_user t_user_role traffic_channel_banner_ids traffic_channel_ids traffic_channel_sort traffic_infos'
source_db_host='192.168.3.36' source_db_host='192.168.3.36'
port='3313' port='3313'
elif [[ $database_name = 'notify' ]]; then elif [[ $database_name = 'notify' ]]; then
......
...@@ -117,7 +117,7 @@ function run_sql_file() ...@@ -117,7 +117,7 @@ function run_sql_file()
sh $work_dir/db_execute_sql.sh $target_db_host $sync_db_name sh $work_dir/db_execute_sql.sh $target_db_host $sync_db_name
} }
database_list='mall cash_loan_flow contract dujiangyan financial_system financial_system_api fund_manage gyxd merchant notify offline payment_center qinqiong quartz redpacket risk_control silk_road spider_center user_credit xyqb xyqb_app xyqb_btzt xyqb_user' database_list='mall cash_loan_flow contract dujiangyan financial_system financial_system_api fund_manage gyxd merchant notify offline payment_center qinqiong quartz redpacket risk_control silk_road spider_center traffic_distribution user_credit xyqb xyqb_app xyqb_btzt xyqb_user'
if [[ "$sync_db_name" = "all" ]] if [[ "$sync_db_name" = "all" ]]
then then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment