|
|
@@ -1,12 +1,10 @@
|
|
|
package com.xunmei.core.reminder.mapper;
|
|
|
|
|
|
-import com.xunmei.common.core.domain.reminder.domain.CoreReminderSchedule;
|
|
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
|
|
-import com.xunmei.common.core.domain.reminder.vo.ReminderScheduleInfoVo;
|
|
|
+import com.xunmei.common.core.domain.reminder.domain.CoreReminderSchedule;
|
|
|
import com.xunmei.common.core.domain.reminder.vo.ReminderScheduleMsgVo;
|
|
|
import org.apache.ibatis.annotations.Param;
|
|
|
|
|
|
-import java.time.LocalDateTime;
|
|
|
import java.util.List;
|
|
|
|
|
|
/**
|
|
|
@@ -22,6 +20,4 @@ public interface CoreReminderScheduleMapper extends BaseMapper<CoreReminderSched
|
|
|
void deleteByConfigId(@Param("configId") Long configId);
|
|
|
|
|
|
void updateScheduleStatus(@Param("list") List<ReminderScheduleMsgVo> sentReminderSms);
|
|
|
-
|
|
|
- List<ReminderScheduleInfoVo> selectScheduleTask(@Param("time") LocalDateTime time, @Param("status") int status);
|
|
|
}
|