mirror of
https://gitee.com/270580156/weiyu.git
synced 2026-05-21 06:37:47 +00:00
update modules/service: mod 26 del 1 files
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* @Author: jackning 270580156@qq.com
|
||||
* @Date: 2024-06-05 22:46:54
|
||||
* @LastEditors: jackning 270580156@qq.com
|
||||
* @LastEditTime: 2025-08-01 23:29:08
|
||||
* @LastEditTime: 2025-08-02 06:14:45
|
||||
* @Description: bytedesk.com https://github.com/Bytedesk/bytedesk
|
||||
* Please be aware of the BSL license restrictions before installing Bytedesk IM –
|
||||
* selling, reselling, or hosting Bytedesk IM as a service is a breach of the terms and automatically terminates your rights under the license.
|
||||
|
||||
@@ -28,7 +28,7 @@ import jakarta.persistence.criteria.Join;
|
||||
import jakarta.persistence.criteria.JoinType;
|
||||
import jakarta.persistence.criteria.Predicate;
|
||||
|
||||
public class MessageSpecification extends BaseSpecification {
|
||||
public class MessageSpecification extends BaseSpecification<MessageEntity, MessageRequest> {
|
||||
|
||||
public static Specification<MessageEntity> search(MessageRequest request, AuthService authService) {
|
||||
return (root, query, criteriaBuilder) -> {
|
||||
|
||||
Reference in New Issue
Block a user