3.4.0 with Angular

This commit is contained in:
MaxKey
2022-03-28 22:00:46 +08:00
parent 0526fdcde2
commit 374e16bf5a
1029 changed files with 905 additions and 284771 deletions
@@ -68,6 +68,7 @@
and date(logintime) >date_add(curdate(), interval - day(curdate()) -31 day)
group by reportstring
order by reportcount desc
limit 10
</select>
<!-- 30天应用单点登录的访问统计 -->
@@ -79,6 +80,7 @@
where instid = #{instId}
and date(logintime) >date_add(curdate(), interval - day(curdate()) -31 day)
group by appname order by reportcount desc
limit 10
</select>
</mapper>