@@ -70,6 +70,6 @@ public interface LiveCouponIssueUserMapper
* 统计直播间优惠券领取数量
*/
@Select("select count(1) from live_coupon_issue_user lciu " +
- "where lcir.live_id = #{liveId} and lciu.issue_id = #{couponIssueId} and lciu.is_del = 0")
+ "where lciu.live_id = #{liveId} and lciu.issue_id = #{couponIssueId} and lciu.is_del = 0")
int countClaimedByLiveIdAndIssueId(@Param("liveId") Long liveId, @Param("couponIssueId") Long couponIssueId);
}