|
|
@@ -4,14 +4,13 @@ import com.kede.common.model.ChatMsgOptimize;
|
|
|
import org.apache.ibatis.annotations.Param;
|
|
|
import org.springframework.data.domain.Pageable;
|
|
|
|
|
|
-import java.util.Date;
|
|
|
import java.util.List;
|
|
|
|
|
|
/**
|
|
|
* 微信会话存储优化表(只存储2天的编号防止)(ChatMsgOptimize)表数据库访问层
|
|
|
*
|
|
|
* @author makejava
|
|
|
- * @since 2025-06-20 15:29:39
|
|
|
+ * @since 2025-06-20 15:40:48
|
|
|
*/
|
|
|
public interface ChatMsgOptimizeMapper {
|
|
|
|
|
|
@@ -82,6 +81,5 @@ public interface ChatMsgOptimizeMapper {
|
|
|
*/
|
|
|
int deleteById(String msgid);
|
|
|
|
|
|
- void deleteFromTime(Date date);
|
|
|
}
|
|
|
|