Commit f904284e authored by clone's avatar clone

bug列表

parent cd91f68d
......@@ -81,7 +81,7 @@ class Shop extends Basic
$conditions['yetai'] = array( 'like', "%" . trim($params['yetai']) . "%" );
}
if (isset($params['shangpu_type'])) { //商铺类型
$conditions['shangpu_type'] = array( "eq", $params['disc'] );
$conditions['shangpu_type'] = array( "eq", $params['shangpu_type'] );
}
//面积 room_area最小面积 room_area2最大面积 参考老版本
......
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