1
13693261870
2024-11-27 3c79d1b62d794cda8b9976610956057f212a4706
se-modules/se-system/src/main/resources/mapper/system/IndexMapper.xml
@@ -15,4 +15,16 @@
      order by count desc
      limit ${amount};
   </select>
   <select id="uvCount" resultType="java.lang.Integer">
      select count(distinct user_name, ipaddr, date_format(access_time, '%Y%m%d')) count
      from sys_logininfor
      where access_time >= #{createTime};
   </select>
   <select id="pvCount" resultType="java.lang.Integer">
      select count(*)
      from sys_oper_log
      where oper_url = '/index/addAccessLog' and oper_time >= #{createTime};
   </select>
</mapper>