zhijiezhao 1 éve
szülő
commit
ea1986b115
1 módosított fájl, 0 hozzáadás és 1 törlés
  1. 0 1
      src/main/resources/mapper/CouponMapper.xml

+ 0 - 1
src/main/resources/mapper/CouponMapper.xml

@@ -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 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,
         (select normalPrice from cm_sku where productId=p.productID and organizeId = 0 order by price asc limit 1)as normalPrice,
         p.step,
         p.step,
-        p.shopID AS shopId,
         p.taxPoint AS taxRate,
         p.taxPoint AS taxRate,
         p.includedTax,
         p.includedTax,
         p.invoiceType,
         p.invoiceType,