fanli/src/main/java/com/yeshi/fanli/dao/mybatis/user/UserSystemCouponCountMapper.java
@@ -136,4 +136,14 @@ */ BigDecimal countCouponNumByDay(@Param("type") String type, @Param("preDay") String preDay); /** * 统计券数量 * @param state * @param activated * @param list * @return */ Long countCouponNum(@Param("uid")Long uid, @Param("state") Integer state, @Param("activated") Integer activated, @Param("list")List<String> list, @Param("listSource")List<String> listSource); }