1
This commit is contained in:
@@ -353,7 +353,9 @@ func GetUserStoresResultMap(userID string) (resultMap map[int]int, err error) {
|
||||
}
|
||||
}
|
||||
userRoles, err2 := dao.GetUserRole2(db, []string{userID}, nil)
|
||||
globals.SugarLogger.Debugf("======userRoles:%s", utils.Format4Output(userRoles, false))
|
||||
if userID == "6D914A8BB71611EDB37F525400E86DC0" {
|
||||
globals.SugarLogger.Debugf("======userRoles:%s", utils.Format4Output(userRoles, false))
|
||||
}
|
||||
err = err2
|
||||
for _, v := range userRoles {
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user