|
|
|
@ -306,7 +306,7 @@ public class WhiteController extends CoreBaseController {
|
|
|
|
|
if(needPlatformRes.intValue() == CommonEnumUtil.TRUE_OR_FALSE.TRUE.getValue()){
|
|
|
|
|
Map<Object, Object> platformResMap =
|
|
|
|
|
redisRes.getHashMap(CommonConstWords.REDIS_PREFIX_CACHE_LANGUAGE_WEB + ":" + languageCode + ":" + CommonEnumUtil.SOFT_TYPE.IMPP.getValue());;
|
|
|
|
|
|
|
|
|
|
resourceMap.putAll(platformResMap);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return ResultBean.success("操作成功").setCode(ResourceEnumUtil.MESSAGE.SUCCESS.getCode()).setResultMap(resourceMap);
|
|
|
|
|