refactor: 日志列表显示优化

This commit is contained in:
Ray.Hao
2024-06-28 18:00:28 +08:00
parent 3c4376a50f
commit 3b0a4e93a6
2 changed files with 3 additions and 4 deletions

View File

@@ -13,10 +13,9 @@
t1.request_uri,
t1.method,
t1.ip,
CONCAT(t1.province, t1.city) AS region,
CONCAT(t1.province," ", t1.city) AS region,
t1.execution_time,
t1.browser,
t1.browser_version,
CONCAT(t1.browser_name," ", t1.browser_version) AS browser,
t1.os,
t1.create_time,
t2.nickname AS operator