日志备份功能
This commit is contained in:
parent
0022bd1b3a
commit
fdb511e9f5
|
|
@ -186,7 +186,7 @@
|
||||||
select count(1) num
|
select count(1) num
|
||||||
from sys_logs
|
from sys_logs
|
||||||
where oper_time BETWEEN CONCAT(#{startTime}, ' 00:00:00') AND CONCAT(#{endTime},' 23:59:59')
|
where oper_time BETWEEN CONCAT(#{startTime}, ' 00:00:00') AND CONCAT(#{endTime},' 23:59:59')
|
||||||
GROUP BY result
|
GROUP BY log_type
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="getModuleName" resultType="java.lang.String">
|
<select id="getModuleName" resultType="java.lang.String">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue