|
|
|
@ -168,7 +168,9 @@ const getMallInfo = async ({ memberID }) => { |
|
|
|
|
|
|
|
const shopInfo = serverShopInfo.map(({ floorOrd: floorOrder, shopList }) => ({ |
|
|
|
floorOrder, |
|
|
|
shopList: shopList.map((iot) => ({ |
|
|
|
shopList: shopList |
|
|
|
.filter(({ status }) => status !== 1) |
|
|
|
.map((iot) => ({ |
|
|
|
...iot, |
|
|
|
code: iot.shopCode, |
|
|
|
houseNum: iot.houseNumber, |
|
|
|
|