|
@@ -267,6 +267,7 @@ public class BaseBuildServiceImpl extends AbstractCrudService<BaseBuildMapper, B
|
|
|
for (int m = 0; m < baseBuildFacilityType.size(); m++) {
|
|
|
if (baseBuildFacilityList1.get(k).get("facilityType").equals(baseBuildFacilityType.get(m).getTypeCode())){
|
|
|
map2.put("typeImg", baseBuildFacilityType.get(m).getTypeImg());
|
|
|
+ map2.put("typeName", baseBuildFacilityType.get(m).getTypeName());
|
|
|
}
|
|
|
}
|
|
|
}
|