Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
data-center
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
廖鑫
data-center
Commits
8108e64f
Commit
8108e64f
authored
Nov 29, 2021
by
shenxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
84cb5f76
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
dataCenter-manager/src/main/java/com/mortals/xhx/modules/supplement/listener/InformationDataConversionListener.java
...upplement/listener/InformationDataConversionListener.java
+4
-0
pom.xml
pom.xml
+3
-3
No files found.
dataCenter-manager/src/main/java/com/mortals/xhx/modules/supplement/listener/InformationDataConversionListener.java
View file @
8108e64f
...
...
@@ -114,6 +114,10 @@ public class InformationDataConversionListener extends AnalysisEventListener<Sup
//装入符合条件的办件信息
Map
<
String
,
String
>
stringStringHashMap
=
new
HashMap
<>();
ImplementlistEntity
thImplement
=
implementlistService
.
getThImplement
(
eventCode
);
if
(
thImplement
==
null
){
log
.
info
(
eventCode
+
": 没有找到该办件所对应的事项"
);
continue
;
}
if
(!
shardKey
.
equals
(
thImplement
.
getShardKey
()))
{
stringStringHashMap
.
put
(
"eventName"
,
thImplement
.
getEventName
());
stringStringHashMap
.
put
(
"eventCode"
,
thImplement
.
getEventCode
());
...
...
pom.xml
View file @
8108e64f
...
...
@@ -52,7 +52,7 @@
<properties>
<profiles.active>
test
</profiles.active>
<profiles.datasource.uri>
<![CDATA[jdbc:mysql://192.168.0.25
2:3306/datacenter-platform
?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Hongkong]]>
</profiles.datasource.uri>
<![CDATA[jdbc:mysql://192.168.0.25
1:3306/xhx-base
?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Hongkong]]>
</profiles.datasource.uri>
<profiles.datasource.username>
root
</profiles.datasource.username>
<profiles.datasource.password>
nacos@2020
</profiles.datasource.password>
<profiles.redis.uri>
192.168.0.252
</profiles.redis.uri>
...
...
@@ -60,10 +60,10 @@
<profiles.redis.username></profiles.redis.username>
<profiles.redis.password>
hotel@2020
</profiles.redis.password>
<profiles.redis.database>
2
</profiles.redis.database>
<profiles.filepath>
/mortals/data
</profiles.filepath>
<profiles.filepath>
D:/pic
</profiles.filepath>
<profiles.log.level>
INFO
</profiles.log.level>
<profiles.log.path>
/logs
</profiles.log.path>
<profiles.data.path>
/data
</profiles.data.path>
<profiles.data.path>
D:/pic
</profiles.data.path>
</properties>
</profile>
<profile>
...
...
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