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