fix: 同步ID, 旧的设为无效

main
Lei OT 10 months ago
parent 5d2d15c086
commit 36b9ca191c

@ -180,7 +180,7 @@ class Heytrip {
raw: true, logging: false, raw: true, logging: false,
where: { where: {
update_flag: 99, update_flag: 99,
pageIndex: { [Op.gt]: 9999 }, page_index: { [Op.gt]: 9999 },
last_modify_time: { [Op.gt]: today }, last_modify_time: { [Op.gt]: today },
}, },
attributes: ['hotel_id'], attributes: ['hotel_id'],

Loading…
Cancel
Save