mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-08 01:48:33 +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 id="analysisBrowser" parameterType="Map" resultType="Map">
|
||||||
select
|
select
|
||||||
count(id) reportcount,
|
count(id) reportcount,
|
||||||
browser reportstring
|
coalesce(browser,'Other') reportstring
|
||||||
from mxk_history_login
|
from mxk_history_login
|
||||||
where
|
where
|
||||||
date(logintime) >date_add(curdate(), interval - day(curdate()) -31 day)
|
date(logintime) >date_add(curdate(), interval - day(curdate()) -31 day)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user