Commit 3a3b5d54 authored by daidekun's avatar daidekun

hack bugs

parent 0eb3b688
...@@ -29,7 +29,7 @@ if [[ $database_name = 'xyqb' ]]; then ...@@ -29,7 +29,7 @@ if [[ $database_name = 'xyqb' ]]; then
port='3306' port='3306'
elif [[ $database_name = 'xyqb_app' ]]; then elif [[ $database_name = 'xyqb_app' ]]; then
# app-backend使用的数据库 # app-backend使用的数据库
sys_table_list='activities app_banners app_config app_versions banners blanknote_entries credit_questions hot_games loan_banners loan_questions migrations sharings widgets' sys_table_list='activities app_banners app_config app_versions banners blanknote_entries credit_questions hot_games loan_banners loan_questions migrations sharings widgets js_patch upgrade_version'
port='3307' port='3307'
elif [[ $database_name = 'payment_center' ]]; then elif [[ $database_name = 'payment_center' ]]; then
# 支付中心 # 支付中心
...@@ -45,7 +45,7 @@ elif [[ $database_name = 'dujiangyan' ]]; then ...@@ -45,7 +45,7 @@ elif [[ $database_name = 'dujiangyan' ]]; then
port='3310' port='3310'
elif [[ $database_name = 'mall' ]]; then elif [[ $database_name = 'mall' ]]; then
# 白条商城 # 白条商城
sys_table_list='activity_3c_product ad_detail new_3c_product supplier 3c_product 3c_product_spec apix_phone_recharge_detail apix_recharge_project apix_recharge_project_bak category configuration course_detail_info course_info merchant pay19_recharge_project product' sys_table_list='mall_config activity_3c_product ad_detail new_3c_product supplier 3c_product 3c_product_spec apix_phone_recharge_detail apix_recharge_project apix_recharge_project_bak category configuration course_detail_info course_info merchant pay19_recharge_project product product_sku product_sku_image product_spu'
port='3310' port='3310'
elif [[ $database_name = 'qinqiong' ]]; then elif [[ $database_name = 'qinqiong' ]]; then
# qinqiong # qinqiong
...@@ -77,7 +77,7 @@ elif [[ $database_name = 'sms-center' ]]; then ...@@ -77,7 +77,7 @@ elif [[ $database_name = 'sms-center' ]]; then
port='3311' port='3311'
elif [[ $database_name = 'spider_center' ]]; then elif [[ $database_name = 'spider_center' ]]; then
# 授信中心 # 授信中心
sys_table_list='merchant merchant_config' sys_table_list='merchant merchant_config notify_message'
port='3312' port='3312'
elif [[ $database_name = 'xyqb_user' ]]; then elif [[ $database_name = 'xyqb_user' ]]; 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