Commit 288ba23c authored by qa_quantgroup's avatar qa_quantgroup

update

parent 52d3a5b7
...@@ -65,7 +65,7 @@ elif [[ $database_name = 'dujiangyan' ]]; then ...@@ -65,7 +65,7 @@ elif [[ $database_name = 'dujiangyan' ]]; then
port='3310' port='3310'
elif [[ $database_name = 'mall' ]]; then elif [[ $database_name = 'mall' ]]; then
# 白条商城 # 白条商城
sys_table_list='activity_3c_product ad_detail admin_banner advertisement_type album app_channel app_channel_ad app_name app_name_ad category_banner category_nature commodity_slogan commodity_slogan_product configuration edx_city faster_entrance faster_entrance_image goods_after_sale_config goods_after_sale_step home_config home_page hot_category jd_address jd_after_sale_config jd_brand jd_category jd_product_sku_image jd_property jd_sku jd_sku_detail_image jd_sku_specs life_faster_entrance life_service mall_category mall_config merchant nature_value new_3c_product product product_category product_nature product_nature_value_bak product_sku product_sku_image product_specification product_spu recommend_brand recommend_product sale_product_detail sale_product_theme spu_image supplier tab_navigate title_banner' sys_table_list='activity_3c_product ad_detail admin_banner advertisement_type album app_channel app_channel_ad app_name app_name_ad category_banner category_nature commodity_slogan commodity_slogan_product configuration edx_city faster_entrance faster_entrance_image goods_after_sale_config goods_after_sale_step home_config home_page hot_category jd_address jd_after_sale_config jd_brand jd_category jd_product_sku_image jd_property jd_sku jd_sku_detail_image jd_sku_specs life_faster_entrance life_service mall_category mall_config merchant nature_value new_3c_product product product_category product_nature product_nature_value_bak product_sku product_sku_image product_specification product_spu recommend_brand recommend_product sale_product_detail sale_product_theme spu_image supplier tab_navigate title_banner loan_config'
port='3310' port='3310'
elif [[ $database_name = 'qinqiong' ]]; then elif [[ $database_name = 'qinqiong' ]]; then
# qinqiong # qinqiong
......
...@@ -8,7 +8,7 @@ env_ip=`cat $config_server/get_env_ip.sh` ...@@ -8,7 +8,7 @@ env_ip=`cat $config_server/get_env_ip.sh`
scriptname=$(basename $0) scriptname=$(basename $0)
echo -e "\033[32m使用方法:sh $scriptname 14 (同步192.168.4.14环境的MQ)\033[0m" echo -e "\033[32m使用方法:sh $scriptname 14 (同步192.168.4.14环境的MQ)\033[0m"
echo -e "\033[32m使用方法:sh $scriptname 192.168.4.14 (同步192.168.4.14环境的MQ)\033[0m" echo -e "\033[32m使用方法:sh $scriptname 192.168.4.14 (同步192.168.4.14环境的MQ)\033[0m"
echo -e "\033[32m使用方法:sh $scriptname (同步ip小于40环境的MQ)\033[0m" echo -e "\033[32m使用方法:sh $scriptname (同步所有环境的MQ)\033[0m"
if [ -n "$1" ];then if [ -n "$1" ];then
env_ip=$1 env_ip=$1
......
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