|
@@ -384,7 +384,7 @@ public class DefaultLjZfjgSyncDataService implements ILjZfjgSyncDataService {
|
|
|
eventCondition = "A10";
|
|
|
}
|
|
|
}
|
|
|
- log.info(enforceObj.getEnforceObjName() + " 发送至发送数据到IRS交互应用不是两江新区走的情形为: " + eventCondition);
|
|
|
+ log.info(enforceObj.getEnforceObjName() + "==---------------------发送至发送数据到IRS交互应用不是两江新区走的情形为: " + eventCondition);
|
|
|
|
|
|
String jobId = stringStringMap.get(enforceObj.getId());
|
|
|
EnforceJob enforceJob = enforceJobService.getById(jobId);
|
|
@@ -397,9 +397,10 @@ public class DefaultLjZfjgSyncDataService implements ILjZfjgSyncDataService {
|
|
|
.filter(it -> it.containsKey("township"))
|
|
|
.map(it -> it.getString("township")).orElse("");
|
|
|
if (StringUtils.isEmpty(streetName)) {
|
|
|
- log.info(enforceObj.getEnforceObjName() + "发送至发送数据到IRS交互应用找不到街道");
|
|
|
+ log.info(enforceObj.getEnforceObjName() + "---------------发送至发送数据到IRS交互应用找不到街道");
|
|
|
continue;
|
|
|
}
|
|
|
+ log.info("-------------数据发送");
|
|
|
|
|
|
StartEventDto startEventDto = new StartEventDto();
|
|
|
startEventDto.setAreaName("两江新区");
|