From ae72c6591aa694499317052a472939f159bc20d5 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq,com> Date: Mon, 30 Oct 2023 17:36:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=95=B0=E6=8D=AE=E8=BF=94?= =?UTF-8?q?=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- addons/weliam_smartcity/plugin/recruit/uniapp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/weliam_smartcity/plugin/recruit/uniapp.php b/addons/weliam_smartcity/plugin/recruit/uniapp.php index 8e8dc87..15b3073 100644 --- a/addons/weliam_smartcity/plugin/recruit/uniapp.php +++ b/addons/weliam_smartcity/plugin/recruit/uniapp.php @@ -437,7 +437,7 @@ class RecruitModuleUniapp extends Uniapp if (isset($_GPC['recommend']) && in_array($_GPC['recommend'],[0,1])) $dataEntWhere['recommend'] = $_GPC['recommend']; if (!empty($dataEntWhere)) { $storeIdsArr = MerchantDataEnt::getStoreIdArr($dataEntWhere); - $where .= " and {$a}.id in (" . ($storeIdsArr ? implode(",",$storeIdsArr) : '0') . ") "; + $where .= " and {$a}id in (" . ($storeIdsArr ? implode(",",$storeIdsArr) : '0') . ") "; } //生成排序条件 1=创建时间,2=店铺距离,3=默认设置,4=浏览人气 switch ($sort) {