1.冀北分布式光伏代码提交
2.审计日志管理代码提交修改 3.暂降推送日志,筛选添加
This commit is contained in:
@@ -31,7 +31,7 @@ public interface AuditMapper {
|
||||
/**
|
||||
* 获取审计日志统计列表
|
||||
*/
|
||||
List<AuditLogCusVO> selectCensusAuditLog(@Param("auditParam") AuditParam auditParam);
|
||||
Page<AuditLogCusVO> selectCensusAuditLog(Page<AuditLogCusVO> page,@Param("auditParam") AuditParam auditParam);
|
||||
/**
|
||||
* 根据时间删除日志
|
||||
*/
|
||||
|
||||
@@ -80,7 +80,7 @@
|
||||
WHERE ${ew.sqlSegment}
|
||||
</delete>
|
||||
|
||||
<select id="selectCensusAuditLog" resultType="AuditLogCusVO">
|
||||
<select id="selectCensusAuditLog" resultType="com.njcn.system.pojo.vo.AuditLogCusVO">
|
||||
SELECT
|
||||
login_name LoginName,
|
||||
operate_type operateType,
|
||||
|
||||
Reference in New Issue
Block a user