diff --git a/e/action/ListInfo.php b/e/action/ListInfo.php index aacccac..1e40a5b 100644 --- a/e/action/ListInfo.php +++ b/e/action/ListInfo.php @@ -263,6 +263,7 @@ if(empty($mid)) { $mid=$tempr['modid']; } + //结合项 if(!empty($emod_r[$mid]['listandf'])&&$_GET['ph']==1) { @@ -294,7 +295,7 @@ if(!empty($emod_r[$mid]['listandf'])&&$_GET['ph']==1) } elseif(empty($emod_r[$mid]['setandf'])) { - $listandf.=$doandor.$andr[$i]."='".$andval."'"; + $listandf.=$doandor.$andr[$i]." LIKE '%".$andval."%'"; } else { @@ -319,6 +320,7 @@ if(!empty($emod_r[$mid]['listandf'])&&$_GET['ph']==1) $add.=' and ('.$listandff.')'; } } + //排序 $orderby=RepPostVar($_GET['orderby']); if ($orderby==1){$orderby='totaldown';} diff --git a/e/template/member/login.php b/e/template/member/login.php index 978bdc3..d4b18e7 100644 --- a/e/template/member/login.php +++ b/e/template/member/login.php @@ -86,9 +86,9 @@ require(ECMS_PATH.'e/template/incfile/header.php');