1、调整配置入库序号;

2、接口成功被调用不在请求日志中填excetion_info信息
This commit is contained in:
zhangdongxu
2018-09-08 16:25:30 +08:00
parent 441286b160
commit 7da78ee341
2 changed files with 36 additions and 41 deletions

View File

@@ -215,7 +215,7 @@ public class BaseRestController {
restResult.setMsg(msg);
restResult.setTraceCode(thread.getTraceCode());
thread.setConsumerTime(time);
thread.setExceptionInfo(msg);
// thread.setExceptionInfo(msg);
thread.setBusinessCode(restResult.getBusinessCode().getValue());
new Thread(thread).start();
return convert(restResult);