'commit'
This commit is contained in:
@@ -9,7 +9,7 @@ CONF_DIR="$SCRIPT_DIR/json_full"
|
||||
BIN_DIR="$DATAX_HOME/bin"
|
||||
DATAX_PY="$BIN_DIR/datax.py"
|
||||
|
||||
# 明确指定要执行的9个文件(全量同步)
|
||||
# 明确指定要执行的15个文件(全量同步)
|
||||
JOBS=(
|
||||
"t_equipment_charge_order.json"
|
||||
"t_equipment_charge_order_detail.json"
|
||||
@@ -19,12 +19,12 @@ JOBS=(
|
||||
"t_company.json"
|
||||
"t_company_info_value.json"
|
||||
"t_connector.json"
|
||||
"t_equipment.json",
|
||||
"t_station.json",
|
||||
"t_ext_hurry_quit.json",
|
||||
"t_time_day.json",
|
||||
"t_user.json",
|
||||
"t_user_account.json",
|
||||
"t_equipment.json"
|
||||
"t_station.json"
|
||||
"t_ext_hurry_quit.json"
|
||||
"t_time_day.json"
|
||||
"t_user.json"
|
||||
"t_user_account.json"
|
||||
"t_user_upload_fault.json"
|
||||
)
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ CONF_DIR="$SCRIPT_DIR/json_inc"
|
||||
BIN_DIR="$DATAX_HOME/bin"
|
||||
DATAX_PY="$BIN_DIR/datax.py"
|
||||
|
||||
# 明确指定要执行的9个文件(增量同步)
|
||||
# 明确指定要执行的15个文件(增量同步)
|
||||
JOBS=(
|
||||
"t_equipment_charge_order.json"
|
||||
"t_equipment_charge_order_detail.json"
|
||||
@@ -19,12 +19,12 @@ JOBS=(
|
||||
"t_company.json"
|
||||
"t_company_info_value.json"
|
||||
"t_connector.json"
|
||||
"t_equipment.json",
|
||||
"t_station.json",
|
||||
"t_ext_hurry_quit.json",
|
||||
"t_time_day.json",
|
||||
"t_user.json",
|
||||
"t_user_account.json",
|
||||
"t_equipment.json"
|
||||
"t_station.json"
|
||||
"t_ext_hurry_quit.json"
|
||||
"t_time_day.json"
|
||||
"t_user.json"
|
||||
"t_user_account.json"
|
||||
"t_user_upload_fault.json"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user