This commit is contained in:
2026-05-29 09:21:40 +08:00
parent 45515c2108
commit 9d7fa18c53
7 changed files with 17 additions and 17 deletions
@@ -127,7 +127,7 @@ public class FitnessWalkCommonServiceImpl extends BaseServiceImpl<FitnessWalkAwa
redisService.setex(redisKey, CACHE_TIME, JSONObject.toJSONString(activity));
} catch (Exception e) {
e.printStackTrace();
throw new RuntimeException("获取数据异常!");
// throw new RuntimeException("获取数据异常!");
}
}