This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
athena-demo
/
athena-opt-demo
Watch
14
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
105
Wiki
Activity
3 Commits
502e1422a7
...
0968145ae3
Author
SHA1
Message
Date
clong
0968145ae3
Merge branch 'sprint/S3' into release/S3
1 year ago
郑贵龙
f51a775ff1
feat:工博会chatFile返回值修改
1 year ago
郑贵龙
cfeac0226b
feat:工博会chatFile返回值修改
1 year ago
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
+2
-2
demo-athenaopt_backend/develop/src/main/java/com/digiwin/athena/app/chatFile/service/chatFile/ChatFileGetEAIService.java
+ 2
- 2
demo-athenaopt_backend/develop/src/main/java/com/digiwin/athena/app/chatFile/service/chatFile/ChatFileGetEAIService.java
View File
@ -49,8 +49,8 @@ public class ChatFileGetEAIService extends AbsEAIService {
LambdaQueryWrapper
<
ChatFileEntity
>
lmq
=
new
LambdaQueryWrapper
<
>
(
)
;
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
)
;
}
}
Write
Preview
Loading…
Cancel
Save