cloud-server-other/src/main/java/com/dsh/other/controller/SiteController.java
@@ -391,6 +391,14 @@ SiteBooking byId = siteBookingService.getById(id); Integer storeId = byId.getStoreId(); Store byId1 = service.getById(storeId); Site site = siteService.getById(byId.getSiteId()); map.put("siteName",byId1.getName()); SiteType siteType = siteTypeService.getById(site.getSiteTypeId()); map.put("siteType",siteType.getName()); map.put("shopName",byId1.getName()); map.put("shopAddress",byId1.getAddress()); List<Integer> ids = getIds(byId.getSiteId()); byId.setStorePhone(byId1.getPhone());