Commit ee8528af authored by liuyuzhen's avatar liuyuzhen

店铺分类广告位

parent 40ac2792
...@@ -190,7 +190,6 @@ class GoodsClassServiceModel extends \Business\AbstractModel{ ...@@ -190,7 +190,6 @@ class GoodsClassServiceModel extends \Business\AbstractModel{
$newStoreIds = array(); $newStoreIds = array();
foreach($signStoreClasses as $signClass){ foreach($signStoreClasses as $signClass){
$inAreaFlag = \Our\CommonExtension::locationInArea($lat,$lng,$signClass['sign_scope']); $inAreaFlag = \Our\CommonExtension::locationInArea($lat,$lng,$signClass['sign_scope']);
var_dump($inAreaFlag);
//判断签约分类是否可以为当前用户提供服务,并且记录这些店铺对应的store_id //判断签约分类是否可以为当前用户提供服务,并且记录这些店铺对应的store_id
if($inAreaFlag){ if($inAreaFlag){
$store =$storeDao->get($signClass['store_id'],false); $store =$storeDao->get($signClass['store_id'],false);
......
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