fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponService.java
@@ -253,4 +253,27 @@ */ public void updateCounponInvalid(List<UserSystemCoupon> list); /** * 兑换 * @param uid * @return */ public boolean getIncludeExchange(Long uid); /** * 非兑换 * @param uid * @return */ public boolean getIncludeNotExchange(Long uid); /** * 查询1.6.5之前的 不等于35% * @param uid * @return */ public List<UserSystemCouponVO> listIncludeNotExchange(Long uid) throws Exception; public long countCouponOld(Long uid); }