无关风月
2024-12-02 1fb3aff3fcc690d3ef20f213e7b6c0a208d3cbd5
cloud-server-activity/src/main/java/com/dsh/activity/mapper/IntroduceRewardsMapper.java
@@ -18,7 +18,7 @@
 */
public interface IntroduceRewardsMapper extends BaseMapper<IntroduceRewards> {
    Object changeState(@Param("ids") List<Integer> ids,@Param("state") Integer state);
    Object changeState(@Param("ids") List<Integer> ids, @Param("state") Integer state);
    List<IntroduceVO> listAll(@Param("query")IntroduceQuery query, @Param("sTime")String sTime, @Param("eTime")String eTime);
    List<IntroduceVO> listAll(@Param("query") IntroduceQuery query, @Param("sTime") String sTime, @Param("eTime") String eTime);
}