Commit 9e89b2bf authored by hujun's avatar hujun

编辑商铺搜索条件修改

parent 6abb6231
......@@ -19,8 +19,7 @@ class GHouses extends BaseModel
* @throws \think\exception\DbException
*/
public function getHouseById($id) {
$fields = 'a.*,b.fee_rule,internal_item_advantage,external_item_advantage,tiny_brochure_url,auditorium,traffic,
enter_num,do_business_date,start_business_date,singn_rule,landlord_phone';
$fields = 'a.*,b.*';
$select_data = $this->alias('a')->field($fields)
->join('g_houses_ext b','a.id = b.house_id', 'left')
->where('a.id',$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