Commit 92f793b7 authored by 智勇's avatar 智勇

update

parent 88d5d789
......@@ -161,7 +161,7 @@ sed -i "s/source_port/${port}/g" $config_file_name
for table_name in $sys_table_list
do
file_name=$db_backup_sub_folders/$table_name.sql
if [ $use_cache = "false"];then
if [ $use_cache = "false" ];then
if [[ $table_name = 'repay' || $table_name = 'v_manifest' || $table_name = 'v_repay' ]]; then
echo "skip view table $table_name"
else
......
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