1、调整配置入库序号;
2、接口成功被调用不在请求日志中填excetion_info信息
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user