|
|
@@ -168,7 +168,6 @@ public class HomeController extends BaseController { |
|
|
|
|
|
|
|
|
// 集团用户获取子商场 |
|
|
// 集团用户获取子商场 |
|
|
List<WxMall> mallList = mallService.getSubByParentTenantId(info.getTenantId()); |
|
|
List<WxMall> mallList = mallService.getSubByParentTenantId(info.getTenantId()); |
|
|
map.put("mall", JSON.toJSONString(mall)); |
|
|
|
|
|
map.put("subMalls", JSON.toJSONString(mallList)); |
|
|
map.put("subMalls", JSON.toJSONString(mallList)); |
|
|
map.put("group", EnumGroupSupport.SUPPORT.getCode()); |
|
|
map.put("group", EnumGroupSupport.SUPPORT.getCode()); |
|
|
} |
|
|
} |
|
|
@@ -179,7 +178,8 @@ public class HomeController extends BaseController { |
|
|
unameCookie.setPath("/"); |
|
|
unameCookie.setPath("/"); |
|
|
unameCookie.setMaxAge(3600); |
|
|
unameCookie.setMaxAge(3600); |
|
|
response.addCookie(unameCookie); |
|
|
response.addCookie(unameCookie); |
|
|
|
|
|
|
|
|
|
|
|
map.put("mall", JSON.toJSONString(mall)); |
|
|
|
|
|
map.put("saleType",mall.getSaleType()); |
|
|
map.put("username", info.getUsername()); |
|
|
map.put("username", info.getUsername()); |
|
|
map.put("withWechat", info.getWithWechat()); |
|
|
map.put("withWechat", info.getWithWechat()); |
|
|
data.data = map; |
|
|
data.data = map; |
|
|
|