zoujiajian 1 year ago
parent
commit
687fbbe273
1 changed files with 1 additions and 1 deletions
  1. 1 1
      netflix-dao/src/main/resources/mapper/CouponRecommendMapper.xml

+ 1 - 1
netflix-dao/src/main/resources/mapper/CouponRecommendMapper.xml

@@ -71,7 +71,7 @@
     </select>
 
     <select id="getRecommendCouponByGoodsId" resultType="com.cyksj.model.entity.Coupon">
-        select c.id as couponId,
+        select c.id,
         c.scope,
         cr.id as recommendId
         from coupon_recommend cr inner join coupon c on c.id = cr.coupon_id