|
@ -49,7 +49,7 @@ 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()); |
|
|
ChatFileEntity chatFileServiceOne = chatFileService.getOne(lmq); |
|
|
|
|
|
|
|
|
ChatFileEntity chatFileServiceOne = chatFileService.getById(lmq); |
|
|
|
|
|
|
|
|
return buildOK("chat_file_info",chatFileServiceOne); |
|
|
return buildOK("chat_file_info",chatFileServiceOne); |
|
|
} |
|
|
} |
|
|