Commit f23939ac authored by daidekun's avatar daidekun

增加

parent 5dbcd933
......@@ -80,6 +80,10 @@ elif [[ $database_name = 'contract' ]]; then
# 合同
sys_table_list=''
port='3311'
elif [[ $database_name = 'fund_manager' ]]; then
# fund_manager
sys_table_list=''
port='3310'
elif [[ $database_name = 'financial_system' ]]; then
# 财务系统
sys_table_list='collection_user sys_dictionary sys_status_edge sys_status_transfer_data_record sys_status_transfer_record sys_status_vertice'
......
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