|
|
|
@@ -214,7 +214,7 @@ public class WxUserGrantController extends BaseController { |
|
|
|
} |
|
|
|
if(mallList != null && mallList.size() >0){ |
|
|
|
mallList.stream().forEach(cs -> { |
|
|
|
WxAppinfo cAppInfo = wxAppinfoService.getCAppInfoFromRedis(cs.getTenantId(), EnumAppPlat.WX); |
|
|
|
WxAppinfo cAppInfo = wxAppinfoService.getCAppInfoFromRedis(cs.getTenantId(), appPlat); |
|
|
|
cs.setAppId(cAppInfo.getAppId()); |
|
|
|
}); |
|
|
|
resultMap.put("subMalls", JSON.toJSONString(mallList)); |
|
|
|
|