update modules/service: mod 26 del 1 files

This commit is contained in:
jack ning
2025-08-02 06:18:06 +08:00
parent 5d45b133b8
commit 77f2eec1af
14 changed files with 14 additions and 14 deletions

View File

@@ -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.

View File

@@ -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) -> {