diff --git a/server/services/heytripService.js b/server/services/heytripService.js index 9138bb1..030d2ff 100644 --- a/server/services/heytripService.js +++ b/server/services/heytripService.js @@ -69,7 +69,7 @@ class Heytrip { const { count, rows } = await Hotelinfo.findAndCountAll({ // const [ rows ] = await Hotelinfo.findAll({ include: [ - { model: HeytripIds, as: 'aid', attributes: [], where: { update_flag: { [Op.ne]: 99 } } }, + { model: HeytripIds, as: 'aid', attributes: [], }, // where: { update_flag: { [Op.ne]: 99 } } { model: Hotelinfo2, as: 'locale_info',