springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/McsGameDAO.java
@@ -94,4 +94,11 @@ * @return */ McsGameVO selectDetailById(@Param("gameId") Long gameId); /** * 通过商家id批量下架戳戳游戏 * @param needDealIds * @return */ Integer setOffByMerchantIds(@Param("needDealIds") List<Long> needDealIds); }