|
|
|
@@ -122,6 +122,7 @@ public class WxMallBuildingServiceImpl implements WxMallBuildingService { |
|
|
|
tempb.setTenantId(b.getTenantId()); |
|
|
|
tempb.setParentTenantId(b.getParentTenantId()); |
|
|
|
tempb.setName(b.getName()); |
|
|
|
tempb.setBuildingName(b.getBuildingName()); |
|
|
|
return tempb; |
|
|
|
}).collect(Collectors.toList()); |
|
|
|
|
|
|
|
|