This commit is contained in:
mkm 2023-11-10 09:34:03 +08:00
parent 6a01d9a1a3
commit b351b78253

View File

@ -306,7 +306,6 @@ class MerchantRepository extends BaseRepository
'lat' => (float)$data[0],
'long' => (float)$data[1],
];
$where['order']='location';
}
}
if ($where['keyword'] !== '') {