mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-07 17:38:32 +08:00
browser report null fix
This commit is contained in:
parent
992c698619
commit
1ee130c6f6
@ -61,7 +61,7 @@
|
||||
<select id="analysisBrowser" parameterType="Map" resultType="Map">
|
||||
select
|
||||
count(id) reportcount,
|
||||
browser reportstring
|
||||
coalesce(browser,'Other') reportstring
|
||||
from mxk_history_login
|
||||
where
|
||||
date(logintime) >date_add(curdate(), interval - day(curdate()) -31 day)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user