Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
ask_data_ai_admin
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
linyangyang
ask_data_ai_admin
Commits
c254dd2b
Commit
c254dd2b
authored
Jul 31, 2025
by
林洋洋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改springAI 版本
parent
8fde3496
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ExcelTools.java
...k-data-ai-biz/src/main/java/com/ask/tools/ExcelTools.java
+1
-1
pom.xml
ask-data-ai/pom.xml
+1
-1
No files found.
ask-data-ai/ask-data-ai-biz/src/main/java/com/ask/tools/ExcelTools.java
View file @
c254dd2b
...
...
@@ -91,7 +91,7 @@ public class ExcelTools {
}
@Tool
(
description
=
"获取科环集团电力运营日报"
)
public
String
getProductionFile
(
@ToolParam
(
description
=
"时间(yyyy-M-d)"
)
String
dateStr
)
{
public
String
getProductionFile
(
@ToolParam
(
description
=
"时间(yyyy-M-d)"
)
String
dateStr
)
{
log
.
info
(
"getProductionFile{}"
,
dateStr
);
DateTimeFormatter
formatter
=
DateTimeFormatter
.
ofPattern
(
"yyyy-M-d"
);
LocalDate
date
=
LocalDate
.
parse
(
dateStr
,
formatter
);
...
...
ask-data-ai/pom.xml
View file @
c254dd2b
...
...
@@ -18,7 +18,7 @@
<mybatis-plus.version>
3.5.5
</mybatis-plus.version>
<spring-boot.mybatis>
3.0.2
</spring-boot.mybatis>
<fastjson.version>
2.0.42
</fastjson.version>
<spring-ai.version>
1.
1.0-SNAPSHOT
</spring-ai.version>
<spring-ai.version>
1.
0.1
</spring-ai.version>
<anyline.version>
8.7.2-jdk17-20240808
</anyline.version>
<springdoc.version>
2.3.0
</springdoc.version>
</properties>
...
...
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