|
|
@@ -98,6 +98,7 @@ public class SynchronizationServiceImpl implements SynchronizationService {
|
|
|
Map<String, Object> form = new HashMap<>();
|
|
|
form.put("pageNum", 0);
|
|
|
form.put("pageSize", DEFAULT_PAGE_SIZE);
|
|
|
+ form.put("REGISTERNO", "11204401152024120003");
|
|
|
if (updateDate != null) {
|
|
|
form.put("UPDATEDATE_gt", updateDate);
|
|
|
}
|
|
|
@@ -388,6 +389,7 @@ public class SynchronizationServiceImpl implements SynchronizationService {
|
|
|
log.error("锅炉{}未找到对应的客户单位{}", boilerDto.REGISTERNO, boilerDto.UNITCODE);
|
|
|
} else {
|
|
|
equipBoilerDO.setUnitId(clientUnitResult.getData().getId());
|
|
|
+ equipBoilerDO.setZipCode(clientUnitResult.getData().getPost());
|
|
|
}
|
|
|
equipBoilerDO.setUnitCode(boilerDto.UNITCODE);
|
|
|
equipBoilerDO.setUnitName(boilerDto.UNITNAME);
|