Merge branch 'dev' of https://gitea.lihaink.cn/mkm/multi-store into dev
This commit is contained in:
commit
4f7397a1fc
@ -195,7 +195,7 @@ class OrderLogic extends BaseLogic
|
||||
}
|
||||
$store_check = 1;
|
||||
}
|
||||
if ($store_check) {
|
||||
if (empty($store_check)) {
|
||||
if ((isset($params['lat']) && $params['lat'] != '') && (isset($params['long']) && $params['long'] != '')) {
|
||||
$storeAll = SystemStore::field('id,name,phone,address,detailed_address,latitude,longitude')->select()->toArray();
|
||||
$nearestStore = null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user