1
This commit is contained in:
@@ -3,7 +3,6 @@ package permission
|
||||
import (
|
||||
"fmt"
|
||||
"git.rosy.net.cn/jx-callback/business/jxutils/tasksch"
|
||||
"git.rosy.net.cn/jx-callback/globals"
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
@@ -353,9 +352,6 @@ func GetUserStoresResultMap(userID string) (resultMap map[int]int, err error) {
|
||||
}
|
||||
}
|
||||
userRoles, err2 := dao.GetUserRole2(db, []string{userID}, nil)
|
||||
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