From e6a1a962fcf08a62c74d5f854473f37a8e035626 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Fri, 18 Oct 2024 16:44:15 +0800 Subject: [PATCH] =?UTF-8?q?[!]=20=E7=94=B1=E4=BA=8E=E5=96=9C=E7=8E=A9?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3bug,=20=E5=85=88=E4=B8=8D=E5=BA=94=E7=94=A8?= =?UTF-8?q?=20`=E5=B7=B2=E4=B8=8B=E6=9E=B6`=20=E5=9C=A8=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E7=BB=93=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/services/heytripService.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',