添加Store.OperatorPhone2
门店搜索支持电话号码
This commit is contained in:
@@ -47,6 +47,8 @@ func (r *RoleInfo) GetFullName() (fullRoleName string) {
|
||||
}
|
||||
if r.StoreID > 0 {
|
||||
strList = append(strList, StoreRolePrefix, utils.Int2Str(r.StoreID))
|
||||
} else if r.StoreID != 0 {
|
||||
strList = append(strList, StoreRolePrefix, "")
|
||||
}
|
||||
fullRoleName = strings.Join(strList, RoleNameSep)
|
||||
return fullRoleName
|
||||
|
||||
Reference in New Issue
Block a user