Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
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
项目统一框架
amos-boot-biz
Commits
d27673b4
Commit
d27673b4
authored
Jan 06, 2023
by
maoying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改异常及配置文件添加说明
parent
4296c4e0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
DocLibraryService.java
...in/amos/knowledgebase/face/service/DocLibraryService.java
+1
-0
application-dev.properties
...ystem-equip/src/main/resources/application-dev.properties
+1
-1
No files found.
amos-boot-module/amos-boot-module-biz/amos-boot-module-knowledgebase-biz/src/main/java/com/yeejoin/amos/knowledgebase/face/service/DocLibraryService.java
View file @
d27673b4
...
@@ -187,6 +187,7 @@ public class DocLibraryService {
...
@@ -187,6 +187,7 @@ public class DocLibraryService {
Map
<
String
,
Object
>
resultMap
=
new
HashMap
<>();
Map
<
String
,
Object
>
resultMap
=
new
HashMap
<>();
resultMap
.
put
(
"content"
,
content
);
resultMap
.
put
(
"content"
,
content
);
countMap
.
forEach
(
e
->
resultMap
.
put
(
e
.
get
(
"directoryName"
).
toString
(),
e
.
get
(
"num"
)));
countMap
.
forEach
(
e
->
resultMap
.
put
(
e
.
get
(
"directoryName"
).
toString
(),
e
.
get
(
"num"
)));
return
resultMap
;
}
}
...
...
amos-boot-system-equip/src/main/resources/application-dev.properties
View file @
d27673b4
...
@@ -124,7 +124,7 @@ state.code=GW190301
...
@@ -124,7 +124,7 @@ state.code=GW190301
state.name
=
\u9526\u
5c4f
\u6362\u
6d41
\u
7ad9
state.name
=
\u9526\u
5c4f
\u6362\u
6d41
\u
7ad9
#
?????????????
#
用于总部系统与站端系统逻辑区分,站端写zd总部默认为空
system.type
=
zd
system.type
=
zd
# 是否开启遥测数据上报
# 是否开启遥测数据上报
...
...
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