Commit a3e52cc5 authored by zhz's avatar zhz

Merge branch 'master_dev' of git.shenbd.com:qm-develop/shenbd into zhz

parents 626270fc c02c025d
...@@ -1011,7 +1011,7 @@ class StoreServiceModel extends \Business\AbstractModel{ ...@@ -1011,7 +1011,7 @@ class StoreServiceModel extends \Business\AbstractModel{
foreach($signClassStores as $signClass){ foreach($signClassStores as $signClass){
$inAreaFlag = \Our\CommonExtension::locationInArea($position['lat'],$position['lng'],$signClass['sign_scope']); $inAreaFlag = \Our\CommonExtension::locationInArea($position['lat'],$position['lng'],$signClass['sign_scope']);
if($inAreaFlag){ if($inAreaFlag){
if($return[$signClass['gc_id']]){ if(isset($return[$signClass['gc_id']])){
continue; continue;
} }
$return[$signClass['gc_id']] = $signClass['store_id']; $return[$signClass['gc_id']] = $signClass['store_id'];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment