browser report null fix

This commit is contained in:
Crystal.Sea 2021-09-06 14:30:14 +08:00
parent 992c698619
commit 1ee130c6f6

View File

@ -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)