huangxiao 1 mesiac pred
rodič
commit
30185f9ff0

+ 1 - 0
src/main/java/net/mingsoft/tf/wx/ExhibitorAction.java

@@ -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());