修改商户端用户商户登录,进店错误"
This commit is contained in:
@@ -1255,12 +1255,6 @@ func GetUserStoreAuth(ctx *jxcontext.Context, storeID int) (outStoreID int, err
|
||||
}
|
||||
return storeID, nil
|
||||
}
|
||||
//storeMap, _ := permission.GetUserStoresResultMap(ctx.GetUserID())
|
||||
//if storeMap[storeID] != 0 {
|
||||
// return storeID, err
|
||||
//} else {
|
||||
// return 0, err
|
||||
//}
|
||||
}
|
||||
return storeID, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user