This commit is contained in:
HuangHai
2026-01-20 13:52:54 +08:00
parent 3c41a46b21
commit 646f3acd6d
2 changed files with 14 additions and 14 deletions

View File

@@ -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"
)

View File

@@ -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"
)