@@ -81,7 +81,6 @@
(select ladderPriceFlag from cm_sku where productId=p.productID and organizeId = 0 order by price asc limit 1)as ladderPriceFlag,
(select normalPrice from cm_sku where productId=p.productID and organizeId = 0 order by price asc limit 1)as normalPrice,
p.step,
- p.shopID AS shopId,
p.taxPoint AS taxRate,
p.includedTax,
p.invoiceType,