zhijiezhao 1 년 전
부모
커밋
ea1986b115
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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,