Authored by 郭成尧

'format-to-model'

... ... @@ -41,7 +41,7 @@ const _getShopData = (req, shopId, uid, isApp) => {
shopCategory: shopCategory
}, shopData);
//noinspection JSCheckFunctionSignatures
// noinspection JSCheckFunctionSignatures
return listModel.formShopData(shopData, shopId, isApp); // 组织楼层数据
});
});
... ...