commit
cdeea8c980
@ -67,7 +67,7 @@ class StoreGroupOrderRepository extends BaseRepository
|
||||
{
|
||||
$query = StoreGroupOrder::getDB()->alias('StoreGroupOrder');
|
||||
if(isset($where['source']) && $where['source'] == 103){
|
||||
$wheres['activity_type']=[0,98];
|
||||
$wheres['activity_type']=[0, 2, 98];
|
||||
$wheres['source']=[0,2,103,105];
|
||||
}else{
|
||||
$wheres['activity_type']=0;
|
||||
|
@ -69,6 +69,7 @@ class StoreSpu extends BaseController
|
||||
if (isset($where['type_code']) && $where['type_code'] == 'PersonalStore') {
|
||||
$where['long'] = '';
|
||||
$where['lat'] = '';
|
||||
$where['type_id'] = 21;
|
||||
} else {
|
||||
[$lat, $lng] = (new CityAreaDao())->getLngAndLat($where['location'], $where['street_id']);
|
||||
$where['long'] = $lng;
|
||||
|
Loading…
x
Reference in New Issue
Block a user