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

Commit 3b1c8b81 authored by 胡佳晨's avatar 胡佳晨

演出详情 增加日志

parent a885b44f
...@@ -148,7 +148,7 @@ public class KylinPerformancesServiceImpl extends ServiceImpl<KylinPerformancesM ...@@ -148,7 +148,7 @@ public class KylinPerformancesServiceImpl extends ServiceImpl<KylinPerformancesM
performancesInfo = dataUtils.getPerformanceVo(performancesId); performancesInfo = dataUtils.getPerformanceVo(performancesId);
}catch (Exception e){ }catch (Exception e){
e.printStackTrace(); e.printStackTrace();
log.debug(" performancesId : "+performancesId); log.debug(" ERROR PERFORMANCE DETAILS PERFORMANCE_ID : "+performancesId);
} }
performancesInfo = checkAppStatusInfo(performancesInfo); performancesInfo = checkAppStatusInfo(performancesInfo);
......
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