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

Commit 05e76f1e authored by 胡佳晨's avatar 胡佳晨

Merge branch 'hjc_change_slime_log' into pre

parents c1688d4a 57306cf6
......@@ -87,7 +87,7 @@
<div class="form-group">
<label class="col-sm-3 control-label is-required">自我介绍:</label>
<div class="col-sm-8">
<input name="introduce" class="form-control" type="text" th:value="*{introduce}" readonly required>
<textarea name="introduce" class="form-control" type="text" th:text="*{introduce}" readonly required></textarea>
</div>
</div>
<div class="form-group">
......
......@@ -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