|
|
@@ -540,10 +540,10 @@ public class GoodsDonController {
|
|
|
// List<Long> filter_goodsIds = getFilterGoodsIds();
|
|
|
List<Long> filter_goodsIds = null;
|
|
|
AtomicBoolean isRemoveRg = new AtomicBoolean(false);
|
|
|
- if (isHzIp()) {
|
|
|
- key += ":hz-ip";
|
|
|
- isRemoveRg.set(true);
|
|
|
- }
|
|
|
+// if (isHzIp()) {
|
|
|
+// key += ":hz-ip";
|
|
|
+// isRemoveRg.set(true);
|
|
|
+// }
|
|
|
Long fUid = StpUserUtil.getUserIdAfterLogin();
|
|
|
Object o = redisService.get(key);
|
|
|
if (o == null) {
|
|
|
@@ -1092,10 +1092,10 @@ public class GoodsDonController {
|
|
|
String key = RedisService.key.YH_HOME_PAGHE_CACHE.getEnvName() + "pc:homeManage";
|
|
|
//移除奈飞客厅 临时
|
|
|
Long filterConfigId = null;
|
|
|
- if (isHzIp()) {
|
|
|
- key += ":hz_ip";
|
|
|
- filterConfigId = 55l;
|
|
|
- }
|
|
|
+// if (isHzIp()) {
|
|
|
+// key += ":hz_ip";
|
|
|
+// filterConfigId = 55l;
|
|
|
+// }
|
|
|
Object o = redisService.get(key);
|
|
|
if (o == null) {
|
|
|
MapBuilder builder = MapUtils.builder()
|