Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pms-dispatch-assistant
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
姜耀祖
pms-dispatch-assistant
Commits
5249104a
Commit
5249104a
authored
May 08, 2025
by
赵灿灿
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改显示
parent
f8a3d464
Pipeline
#21193
passed with stages
in 4 minutes and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ChatService.java
.../dispatchassistant/domain/langchain/chat/ChatService.java
+2
-2
No files found.
src/main/java/com/infoepoch/pms/dispatchassistant/domain/langchain/chat/ChatService.java
View file @
5249104a
...
...
@@ -242,7 +242,7 @@ public class ChatService {
yd
.
put
(
"id"
,
conversations
.
getSessionId
());
yd
.
put
(
"title"
,
conversations
.
getFirstQuestion
());
yd
.
put
(
"time"
,
simpleDateFormat
.
format
(
conversations
.
getRecordTime
()));
yd
.
put
(
"active"
,
tru
e
);
yd
.
put
(
"active"
,
fals
e
);
yd
.
put
(
"showMenu"
,
false
);
yesterdayMapList
.
add
(
yd
);
}
else
...
...
@@ -251,7 +251,7 @@ public class ChatService {
sd
.
put
(
"id"
,
conversations
.
getSessionId
());
sd
.
put
(
"title"
,
conversations
.
getFirstQuestion
());
sd
.
put
(
"time"
,
simpleDateFormat
.
format
(
conversations
.
getRecordTime
()));
sd
.
put
(
"active"
,
tru
e
);
sd
.
put
(
"active"
,
fals
e
);
sd
.
put
(
"showMenu"
,
false
);
sevendayMapList
.
add
(
sd
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment