This commit is contained in:
邹宗楠
2022-04-13 10:20:50 +08:00
parent ef207a80ac
commit 1948eac008

View File

@@ -385,11 +385,6 @@ func IsRoled(ctx *jxcontext.Context) bool {
if user.Type&model.UserTypeRole != 0 {
return true
}
//if user.Type == 23 {
// return false
//} else {
// return true
//}
}
}
return false