This commit is contained in:
邹宗楠
2024-11-07 13:37:35 +08:00
parent 72af67c3fa
commit 03efa23fb9

View File

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