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

Commit 57306cf6 authored by 胡佳晨's avatar 胡佳晨

slime 修改 日志方法 由没日志 -> 添加日志

parent 80456f58
......@@ -92,6 +92,6 @@ public class UserPathDto implements Serializable, Cloneable {
userPathDto.setResult(result);
userPathDto.setUserAgent(request.getHeader(ServletUtils.HEADER_USER_AGENT));
return (LOG_NOW_PDK + merchantId).concat(LOG_SEPARATOR).concat(JsonUtils.toJson(instance));
return (LOG_NOW_PDK + (StringUtils.isEmpty(merchantId) ? interfaceName : merchantId)).concat(LOG_SEPARATOR).concat(JsonUtils.toJson(userPathDto));
}
}
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