Browse Source

no message

xingzai 1 year ago
parent
commit
b2713ba0ab
1 changed files with 2 additions and 1 deletions
  1. 2 1
      models/system/sys_admin.go

+ 2 - 1
models/system/sys_admin.go

@@ -473,7 +473,8 @@ func GetSysuserRaiList() (items []*AdminItem, err error) {
 			role_type_code LIKE '%rai%' 
 			AND group_id NOT IN ( 19, 10, 17 ) 
 			AND enabled = 1 
-			OR real_name IN ( '沈涛', '张传星' )`
+			OR real_name IN ( '沈涛', '张传星' )  
+			OR mobile IN ( '15011263967', '18935318900' , '15600639653', '18010097689', '13520990566') ` // 先写死,看情况要不要改
 	_, err = o.Raw(sql).QueryRows(&items)
 	return
 }