Your Name 3 years ago
parent
commit
029c70068b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tool/stats/lib/Manage.php

+ 1 - 1
tool/stats/lib/Manage.php

@@ -349,7 +349,7 @@ Class Manage
 		} 
 		
 		if ($member_name) {
-			$where['member_name'] = "t_2.name='%$member_name%'";
+			$where['member_name'] = "t_2.name like '%$member_name%'";
 		} 
 		if ($mobile) {
 			$where['mobile'] = 't_2.mobile='.$mobile;