更新
This commit is contained in:
parent
59f75029e5
commit
6d5046b4e8
@ -1719,7 +1719,7 @@ class ProductRepository extends BaseRepository
|
||||
]
|
||||
], $product['mer_id']);
|
||||
if($data['status']==1){
|
||||
$this->switchShow($id,1,'is_used',0);
|
||||
$this->switchShow($product['product_id'],1,'is_used',0);
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -306,6 +306,7 @@ class MerchantRepository extends BaseRepository
|
||||
'lat' => (float)$data[0],
|
||||
'long' => (float)$data[1],
|
||||
];
|
||||
$where['order'] = 'location';
|
||||
}
|
||||
}
|
||||
if ($where['keyword'] !== '') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user