|
|
@@ -4,6 +4,7 @@ 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;
|
|
|
|
|
|
/**
|
|
|
@@ -81,5 +82,6 @@ public interface ChatMsgOptimizeMapper {
|
|
|
*/
|
|
|
int deleteById(String msgid);
|
|
|
|
|
|
+ void deleteFromTime(Date date);
|
|
|
}
|
|
|
|