|
|
@@ -475,7 +475,7 @@ public class GoodsDonController {
|
|
|
list.forEach(data -> {
|
|
|
if (data.getIsSp()) {
|
|
|
//查找所有特定规格最小价格 满足条件
|
|
|
- String specificGoodsKey = RedisService.key.YH_HOME_PAGHE_CACHE.getName() + "specific:" + data.getId();
|
|
|
+ String specificGoodsKey = RedisService.key.YH_HOME_PAGHE_CACHE.getEnvName() + "specific:" + data.getId();
|
|
|
Object speciObj = redisService.get(specificGoodsKey);
|
|
|
List<GoodsDonSku> specificSkus = null;
|
|
|
if (speciObj != null) {
|