|
|
@@ -252,9 +252,11 @@ public class ZrzysiteCommonServiceImpl implements IZrzysiteCommonService {
|
|
|
LinkedHashMap<Project, List<ZrzysiteConstruct>> zrzysiteConstructMap = new LinkedHashMap<>();
|
|
|
for (Project project : constructProjectList) {
|
|
|
List<ZrzysiteConstruct> items = codeToConstructMap.getOrDefault(project.getCode(), new ArrayList<>());
|
|
|
- if(!items.isEmpty() && (project.getCode().equals("2020-360090-48-01-002429"))){
|
|
|
- zrzysiteConstructMap.put(project, items);
|
|
|
- }
|
|
|
+ zrzysiteConstructMap.put(project, items);
|
|
|
+ //todo 测试可以删除
|
|
|
+// if(!items.isEmpty() && (project.getCode().equals("2020-360090-48-01-002429"))){
|
|
|
+// zrzysiteConstructMap.put(project, items);
|
|
|
+// }
|
|
|
}
|
|
|
log.info("到这里来了");
|
|
|
addConstructInfoToDataBase(zrzysiteConstructMap);
|