zhijiezhao il y a 1 an
Parent
commit
ea1986b115
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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 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,