Commit 2c128f3a authored by 李健华's avatar 李健华

Merge branch 'KA-26' into 'master'

异常拦截器增加错误日志

See merge request !11
parents 8a788eb9 4c8544a2
##KA-26/2021-10-28
###在异常拦截器增加错误日志打印
```
package cn.quantgroup.xyqb.aspect.logcaller.LogCallHttpAspect.java 55
```
##KA-24/2021-10-14
###修改获取微信信息方法
```
......
......@@ -52,6 +52,7 @@ public class LogCallHttpAspect {
try {
result = pjp.proceed();
} catch (Throwable e) {
log.error(e.getMessage());
hasException = true;
throw e;
} finally {
......
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