会员充值/霸王餐支付 关联id问题
统一异常拦截 rootCause 值 CLIENT_LOGIC 与 USER_LOGIC 问题
This commit is contained in:
@@ -38,7 +38,7 @@ public class FunUtils {
|
||||
func.run();
|
||||
} catch (Exception e) {
|
||||
String message = NestedExceptionUtils.getMostSpecificCause(e).getMessage();
|
||||
log.warn(msg.length > 0 ? msg[0] : "方法执行失败: {}", message);
|
||||
log.warn((msg.length > 0 ? msg[0] : "方法执行失败") + ": " + message);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user