|
@@ -274,7 +274,7 @@ class Whlabelfz1 extends Start_Controller
|
|
|
$where_sql .= " and features like '%-".$post['size']."-%' ";
|
|
|
}
|
|
|
if(!empty($post['density'])){//密度
|
|
|
- $where_sql .= " and density like '%-".$post['density']."-%' ";
|
|
|
+ $where_sql .= " and features like '%-".$post['density']."-%' ";
|
|
|
}
|
|
|
if(!empty($post['haircap'])){
|
|
|
$where_sql .= " and features like '%-".$post['haircap']."-%' ";
|