|
|
@@ -66,7 +66,7 @@ class UserClass extends BaseClass
|
|
|
$list = [];
|
|
|
if (!empty($recent)) {
|
|
|
$ids = json_decode($recent, true);
|
|
|
- $list = ShopClass::getShopByIds($ids);
|
|
|
+ $list = ShopClass::getByIds($ids);
|
|
|
if (!empty($list)) {
|
|
|
foreach ($list as $key => $val) {
|
|
|
$shopName = $val['shopName'] ?? '';
|