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