Commit fcb25e62 authored by qa_quantgroup's avatar qa_quantgroup

支付中心加新表

parent 781b36e7
...@@ -52,7 +52,7 @@ elif [[ $database_name = 'xyqb_app' ]]; then ...@@ -52,7 +52,7 @@ elif [[ $database_name = 'xyqb_app' ]]; then
port='3307' port='3307'
elif [[ $database_name = 'payment_center' ]]; then elif [[ $database_name = 'payment_center' ]]; then
# 支付中心 # 支付中心
sys_table_list='card_switcher merchant merchant_config pay_approach_config' sys_table_list='card_switcher merchant merchant_config pay_approach_config merchant_pay_approach_relation'
port='3308' port='3308'
elif [[ $database_name = 'risk_control' ]]; then elif [[ $database_name = 'risk_control' ]]; then
# 谛听database # 谛听database
......
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