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

Commit 201024ba authored by wangyifan's avatar wangyifan

添加错误日志

parent 71941971
...@@ -120,6 +120,7 @@ public class KylinBannersServiceImpl extends ServiceImpl<KylinBannersMapper, Kyl ...@@ -120,6 +120,7 @@ public class KylinBannersServiceImpl extends ServiceImpl<KylinBannersMapper, Kyl
return true; return true;
} catch (Exception e) { } catch (Exception e) {
log.error("error.", e);
return false; return false;
} }
} }
......
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