淘宝号查询

This commit is contained in:
“wanyongkang”
2021-04-24 11:58:54 +08:00
parent 31535fcd71
commit a788515d73

View File

@@ -21,7 +21,7 @@ class User extends Controller
$where = '';
if(!empty($_GET['keyWord'])){
$where = "LoginCode like '%".$_GET['keyWord']."%' or Phone like '%".$_GET['keyWord']."%'";
$where = "LoginCode like '%".$_GET['keyWord']."%' or Phone like '%".$_GET['keyWord']."%' or TaoBao like '%".$_GET['keyWord']."%'";
}
if(!empty($_GET['schemeId'])){