|
|
|
@@ -136,6 +136,7 @@ public class WxMallBuildingServiceImpl implements WxMallBuildingService { |
|
|
|
tempf.setParentTenantId(f.getParentTenantId()); |
|
|
|
tempf.setFloorName(f.getFloorName()); |
|
|
|
tempf.setBackgroundImg(f.getBackgroundImg()); |
|
|
|
tempf.setFloorMaps(f.getFloorMaps()); |
|
|
|
if (f.getTotalArea() != null) { |
|
|
|
tempf.setTotalArea(f.getTotalArea()); |
|
|
|
} |
|
|
|
|