Commit e0f495f2 authored by clone's avatar clone

1

parent 28e5a25b
......@@ -209,9 +209,10 @@ class SquareService
$field .= 'house.is_exclusive_type,';
$field .= 'house.is_lock,';
$field .= 'house.is_vip,';
$field .= 'house.status,';
$field .= 'house.industry_type';
$get_params['house.status'] = 1;//上架的商铺
// $get_params['house.status'] = 1;//上架的商铺
$get_params['Square.id'] = $params['id'];
$res = $this->m_square->getSquareInfo($field,$get_params);
......
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