|
@@ -418,7 +418,7 @@ public class BrandServiceImpl implements BrandService {
|
|
|
return vos;
|
|
|
}
|
|
|
|
|
|
- @Cacheable(cacheNames = RedisContant.BRAND_EVOLVE + "#8h", key = "#body.addrCode + #body.brandId")
|
|
|
+ @Cacheable(cacheNames = RedisContant.BRAND_EVOLVE + "#8h", key = "#addrCodes.hashCode().toString() + #brandIds.hashCode().toString()")
|
|
|
@Override
|
|
|
public Map<String, List<BrandEvolveVo>> searchEvolveByMulti2Map(List<String> addrCodes, List<String> typeCodes, List<String> brandIds) {
|
|
|
// 补齐地址码
|