大屏统计信息

This commit is contained in:
2025-11-13 08:48:37 +08:00
parent fe8fe03f55
commit 7834610b3f
8 changed files with 26 additions and 3 deletions

View File

@@ -24,4 +24,7 @@
status,conclusion,file_url,remark,created_at,
updated_at
</sql>
<select id="getCountByTime" resultType="java.lang.Long">
select COUNT(*) from record_report
</select>
</mapper>