mitao
2025-05-20 179c4d64313c9b7572778da4aaaf6c6584fe457d
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/McsGameDAO.java
@@ -58,16 +58,18 @@
    /**
     * 查询商家下已被领取的卷总数
     * @param merchantId
     * @param type
     * @return
     */
    Integer selectAppliedCount(@Param("merchantId") Long merchantId);
    Integer selectAppliedCount(@Param("merchantId") Long merchantId, @Param("type") Integer type);
    /**
     * 查询商家下已被核销的卷总数
     * @param merchantId
     * @param type
     * @return
     */
    Integer selectVerifiedCount(@Param("merchantId") Long merchantId);
    Integer selectVerifiedCount(@Param("merchantId") Long merchantId, @Param("type") Integer type);
    /**
     * 获取热门游戏