记得上下班打卡 | git大法好,push需谨慎

Commit 6e81a9f5 authored by 姜秀龙's avatar 姜秀龙

演出详情

parent 4fdcca3e
...@@ -275,6 +275,7 @@ public class DataUtils { ...@@ -275,6 +275,7 @@ public class DataUtils {
*/ */
public KylinPerformanceVo getPerformanceVo(String performanceId) { public KylinPerformanceVo getPerformanceVo(String performanceId) {
Object obj = redisUtil.get(KylinRedisConst.PERFORMANCES + performanceId); Object obj = redisUtil.get(KylinRedisConst.PERFORMANCES + performanceId);
obj = null;
if (obj != null) { if (obj != null) {
return (KylinPerformanceVo) obj; return (KylinPerformanceVo) obj;
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment