mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-14 12:32:09 +08:00
browser report null fix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user