修改商户端用户商户登录,进店错误"

This commit is contained in:
邹宗楠
2022-04-12 15:55:28 +08:00
parent 7e318ca948
commit ec0bfd4707
2 changed files with 34 additions and 30 deletions

View File

@@ -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
}