Commit 8108e64f authored by shenxin's avatar shenxin

修改

parent 84cb5f76
......@@ -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());
......
......@@ -52,7 +52,7 @@
<properties>
<profiles.active>test</profiles.active>
<profiles.datasource.uri>
<![CDATA[jdbc:mysql://192.168.0.252:3306/datacenter-platform?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Hongkong]]></profiles.datasource.uri>
<![CDATA[jdbc:mysql://192.168.0.251: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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment