da_ky_sys_logs_set
This commit is contained in:
parent
ae0233ec11
commit
047f9d8ab1
|
|
@ -97,11 +97,11 @@
|
||||||
<!-- </trim>-->
|
<!-- </trim>-->
|
||||||
<!-- </insert>-->
|
<!-- </insert>-->
|
||||||
<insert id="setLogsSet">
|
<insert id="setLogsSet">
|
||||||
insert into da_ky_sys_logs_set(capacity) value(#{capacity})
|
insert into record_da_ky_sys_logs_set(capacity) value(#{capacity})
|
||||||
</insert>
|
</insert>
|
||||||
|
|
||||||
<update id="updateLogsSet">
|
<update id="updateLogsSet">
|
||||||
update da_ky_sys_logs_set set capacity=#{capacity}
|
update record_da_ky_sys_logs_set set capacity=#{capacity}
|
||||||
</update>
|
</update>
|
||||||
<select id="getSystemLogs" resultType="org.springblade.common.core.domain.entity.SysLogsVo">
|
<select id="getSystemLogs" resultType="org.springblade.common.core.domain.entity.SysLogsVo">
|
||||||
SELECT
|
SELECT
|
||||||
|
|
@ -179,7 +179,7 @@
|
||||||
</select>
|
</select>
|
||||||
<select id="getLogsSet" resultType="java.lang.String">
|
<select id="getLogsSet" resultType="java.lang.String">
|
||||||
select capacity
|
select capacity
|
||||||
from da_ky_sys_logs_set
|
from record_da_ky_sys_logs_set
|
||||||
</select>
|
</select>
|
||||||
<select id="getLogStatistics" resultType="java.lang.Integer">
|
<select id="getLogStatistics" resultType="java.lang.Integer">
|
||||||
select COUNT(1) num
|
select COUNT(1) num
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue