Commit b02c7644 authored by christ's avatar christ

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

parents 0bff0b82 b2ad9398
......@@ -71,7 +71,6 @@ class GoodsClassServiceModel extends \Business\AbstractModel{
}
//获取当前城市可用签约分类
$signStoreInfo = $this->getSignStoreInfo($where);
$signStoreIds = $signStoreInfo['signStoreIds'];//当前位置签约店铺ID
$signParentClassIds = $signStoreInfo['signParentClassIds'];//当前位置签约分类对应一级分类
$classIds = array();
......@@ -164,7 +163,7 @@ class GoodsClassServiceModel extends \Business\AbstractModel{
$serviceStoreIds = array();
if($storeList){
foreach ($storeList as $key=>$store){
$result =\Store\StoreUtil::getInstance()->checkAddressInServiceAreaByStore(array('lng'=>$where['lng'],'lat'=>$where['lat']),$storeIndexList[$tempStore['store_id']]);
$result =\Store\StoreUtil::getInstance()->checkAddressInServiceAreaByStore(array('lng'=>$where['lng'],'lat'=>$where['lat']),$storeIndexList[$store['store_id']]);
if($result){
$serviceStoreIds[] = $store['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