this is 3.24 update

This commit is contained in:
chen-xin-zhi 2025-03-25 22:19:52 +08:00
parent f6e62355c7
commit 8aa02ca97d

View File

@ -27,6 +27,7 @@ public class FestivalServiceImpl implements FestivalService {
*/
@Override
public String getUrlByFestivalName(String festivalName) {
if (festivalName.equals("")) return "";
// 获取 Redis 中所有的节日数据
List<Festival> festivalList = redisTemplate.opsForList().range(FESTIVAL_KEY, 0, -1);
if (festivalList == null || festivalList.isEmpty()) {