优化日志打印

This commit is contained in:
wangw 2025-01-09 17:44:02 +08:00
parent db504fb664
commit 63c1862a2b
1 changed files with 1 additions and 2 deletions

View File

@ -241,8 +241,7 @@ public class CourseDetailsServiceImpl extends ServiceImpl<CourseDetailsDao, Cour
map.put("list", courseDetailsSetVos);
return new Result().put("data", map);
} catch (Exception e) {
log.error("请求剧集异常打印:");
e.printStackTrace();
log.error("请求剧集异常打印:",e);
return Result.error("请求剧集失败");
}
}