日志备份功能

This commit is contained in:
lizhenhua 2024-07-22 14:07:16 +08:00
parent 0022bd1b3a
commit fdb511e9f5
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@
select count(1) num
from sys_logs
where oper_time BETWEEN CONCAT(#{startTime}, ' 00:00:00') AND CONCAT(#{endTime},' 23:59:59')
GROUP BY result
GROUP BY log_type
</select>
<select id="getModuleName" resultType="java.lang.String">