lvhao преди 1 ден
родител
ревизия
407b38491f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      core/CoreApp/controllers/Whlabelfz1.php

+ 1 - 1
core/CoreApp/controllers/Whlabelfz1.php

@@ -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']."-%' ";