Parcourir la source

提交订单获取优惠券bugfix

Aslee il y a 3 ans
Parent
commit
eb91a43d0b
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      src/main/resources/mapper/CartClubMapper.xml

+ 2 - 0
src/main/resources/mapper/CartClubMapper.xml

@@ -82,6 +82,7 @@
         p.taxPoint AS taxRate,
         p.productCategory,
         p.validFlag AS validFlag,
+        p.commodityType as commodityType,
         if(csp.id is not null,1,0) as svipProductFlag,
         csp.priceType as svipPriceType,
         csp.discount as svipDiscount,
@@ -200,6 +201,7 @@
         p.taxPoint AS taxRate,
         p.productCategory,
         p.validFlag AS validFlag,
+        p.commodityType AS commodityType,
         if(csp.id is not null,1,0) as svipProductFlag,
         csp.priceType as svipPriceType,
         csp.discount as svipDiscount,