Commit 6dd9bf76 authored by daidekun's avatar daidekun

hack bugs

parent 86a11333
...@@ -98,7 +98,7 @@ elif [[ $database_name = 'redpacket' ]]; then ...@@ -98,7 +98,7 @@ elif [[ $database_name = 'redpacket' ]]; then
port='3311' port='3311'
elif [[ $database_name = 'spider_center' ]]; then elif [[ $database_name = 'spider_center' ]]; then
# 授信中心 # 授信中心
sys_table_list='merchant merchant_config notify_message' sys_table_list='merchant merchant_config'
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