diff --git a/business/jxstore/cms/user2.go b/business/jxstore/cms/user2.go index 46bf955dd..2e05af556 100644 --- a/business/jxstore/cms/user2.go +++ b/business/jxstore/cms/user2.go @@ -498,10 +498,6 @@ func GetStoreList4User(ctx *jxcontext.Context, mobileNum, userID string) (storeL } } - if len(storeIDs) == model.NO && len(shortRoleNameList) == model.NO { - return nil, nil - } - storeList, err = dao.GetStoreListByMobileOrStoreIDs(dao.GetDB(), mobileNum, shortRoleNameList, storeIDs) return storeList, err