|
|
@@ -113,6 +113,7 @@ public class ExhibitorAction extends BaseAction {
|
|
|
.flatMap(Collection::stream)
|
|
|
.map(item -> {
|
|
|
ExhibitorEntity ee = new ExhibitorEntity();
|
|
|
+ ee.setId(item.getId());
|
|
|
ee.setExhibitorName(item.getEnterpriseName());
|
|
|
ee.setExhibitorBooth(item.getEnterpriseBooth());
|
|
|
ee.setExhibitorLogo(item.getEnterpriseLogo());
|