zoujiajian 3 年之前
父節點
當前提交
232f6a7434
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      netflix-dao/src/main/resources/mapper/CouponUserMapper.xml

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

@@ -196,6 +196,6 @@
               where channel = #{channel}
                 and user_id = #{userId}
                 and valid_end_time > #{now} limit 1) cu
-                 inner join coupon cp on cp.id = cu.coupon_id
+                 inner join coupon c on c.id = cu.coupon_id
     </select>
 </mapper>