fix: 日志列表查询字段错误问题修复

This commit is contained in:
ray
2024-06-29 15:19:08 +08:00
parent 57e6ac7fa6
commit a26e7b2f57

View File

@@ -15,7 +15,7 @@
t1.ip,
CONCAT(t1.province," ", t1.city) AS region,
t1.execution_time,
CONCAT(t1.browser_name," ", t1.browser_version) AS browser,
CONCAT(t1.browser," ", t1.browser_version) AS browser,
t1.os,
t1.create_time,
t2.nickname AS operator