|
|
|
@@ -157,7 +157,7 @@ public class HomeController extends BaseController { |
|
|
|
logger.error("mall已过期"); |
|
|
|
return new ResultData(Result.ERROR, "mall已过期"); |
|
|
|
} |
|
|
|
// Map map = new HashMap(); |
|
|
|
Map map = new HashMap(); |
|
|
|
if (mall.getGroupSupport().equals(EnumGroupSupport.SUPPORT.getCode()) && |
|
|
|
StringUtils.isBlank(info.getParentTenantId())) { |
|
|
|
|
|
|
|
@@ -180,8 +180,8 @@ public class HomeController extends BaseController { |
|
|
|
// map.put("mall", JSON.toJSONString(mall)); |
|
|
|
// map.put("mallValid",mallService.mallValid(info.getId(),mall)); |
|
|
|
// map.put("saleType",mall.getSaleType()); |
|
|
|
// map.put("withWechat", info.getWithWechat()); |
|
|
|
// data.data = map; |
|
|
|
map.put("withWechat", info.getWithWechat()); |
|
|
|
data.data = map; |
|
|
|
} catch (Exception e) { |
|
|
|
logger.error(e.getMessage()); |
|
|
|
return new ResultData(Result.ERROR, e.getMessage()); |
|
|
|
|