Commit c6062f81 authored by qa_quantgroup's avatar qa_quantgroup

fix

parent 79e9b115
...@@ -53,7 +53,7 @@ elif [[ $database_name = 'xyqb_app' ]]; then ...@@ -53,7 +53,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 merchant_pay_approach_relation merchant_bank_config' sys_table_list='card_switcher merchant merchant_config pay_approach_config merchant_pay_approach_relation merchant_bank_config quota'
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