puhanshu
2022-01-17 0507b064c36c635fe27d72eeca80a29d29de8dc9
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/McsGameDAO.java
@@ -94,4 +94,17 @@
     * @return
     */
    McsGameVO selectDetailById(@Param("gameId") Long gameId);
    /**
     * 通过商家id批量下架戳戳游戏
     * @param needDealIds
     * @return
     */
    Integer setOffByMerchantIds(@Param("needDealIds") List<Long> needDealIds);
    /**
     * 获取需要处理的到期数据
     * @return
     */
    List<McsGame> selectNeedDealExpire();
}