|
@ -49,8 +49,8 @@ public class ChatFileGetEAIService extends AbsEAIService { |
|
|
|
|
|
|
|
|
LambdaQueryWrapper<ChatFileEntity> lmq = new LambdaQueryWrapper<>(); |
|
|
LambdaQueryWrapper<ChatFileEntity> lmq = new LambdaQueryWrapper<>(); |
|
|
lmq.eq(ChatFileEntity::getId,chatFileInfo.getId()); |
|
|
lmq.eq(ChatFileEntity::getId,chatFileInfo.getId()); |
|
|
List<ChatFileEntity> list = chatFileService.list(lmq); |
|
|
|
|
|
|
|
|
ChatFileEntity chatFileServiceOne = chatFileService.getById(lmq); |
|
|
|
|
|
|
|
|
return buildOK("chat_file_info",list); |
|
|
|
|
|
|
|
|
return buildOK("chat_file_info",chatFileServiceOne); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |