Commit 1082a462 authored by qa_quantgroup's avatar qa_quantgroup

更新合同和红包的基础表

parent cf06c95a
......@@ -81,7 +81,7 @@ elif [[ $database_name = 'quartz' ]]; then
port='3310'
elif [[ $database_name = 'contract' ]]; then
# 合同
sys_table_list=''
sys_table_list='contract_template_new'
port='3311'
elif [[ $database_name = 'fund_manage' ]]; then
# fund_manager
......@@ -105,7 +105,7 @@ elif [[ $database_name = 'sms-center' ]]; then
port='3311'
elif [[ $database_name = 'redpacket' ]]; then
# 红包系统
sys_table_list=''
sys_table_list='tb_activity_channel tb_dict_channel tb_dict_out_channel'
port='3311'
elif [[ $database_name = 'spider_center' ]]; 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