WH01243 %!s(int64=2) %!d(string=hai) anos
pai
achega
fcd7d422a2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {