@@ -38,7 +38,7 @@ func (this *EntAuth) ListReq() {
}
var sql = ``
if queryStr != "" {
- sql += ` and name like '%` + queryStr + `%' `
+ sql += ` and ( name like '%` + queryStr + `%' or phone ='` + queryStr + `')`
if status != "" {
sql += fmt.Sprintf(` and auth_status = %s `, status)