WH01243 2 rokov pred
rodič
commit
fcd7d422a2
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      service/chat_group.go

+ 1 - 1
service/chat_group.go

@@ -213,7 +213,7 @@ func EntPerson(entId int64, isAll bool) (map[string]string, map[string]string) {
 	return phoneData, nameData
 }
 
-//用户名换取职位标识
+//用户名换取职位标识(测试)
 func NameToPositionIdp(userName string, entId int64) string {
 	personList := IC.MainMysql.SelectBySql(fmt.Sprintf(" select GROUP_CONCAT(phone) as phone from %s where ent_id=%d and name like '%s'  ", util.ENTNICHE_USER, entId, userName))
 	if len(*personList) > 0 {