public interface OperationLogMapper extends com.baomidou.mybatisplus.mapper.BaseMapper<OperationLog>
Modifier and Type | Method and Description |
---|---|
List<Map<String,Object>> |
getOperationLogs(com.baomidou.mybatisplus.plugins.Page<OperationLog> page,
String beginTime,
String endTime,
String logName,
String logType,
String orderByField,
boolean isAsc)
获取操作日志
|
delete, deleteBatchIds, deleteById, deleteByMap, insert, insertAllColumn, selectBatchIds, selectById, selectByMap, selectCount, selectList, selectMaps, selectMapsPage, selectObjs, selectOne, selectPage, update, updateAllColumnById, updateById, updateForSet
List<Map<String,Object>> getOperationLogs(@Param(value="page") com.baomidou.mybatisplus.plugins.Page<OperationLog> page, @Param(value="beginTime") String beginTime, @Param(value="endTime") String endTime, @Param(value="logName") String logName, @Param(value="logType") String logType, @Param(value="orderByField") String orderByField, @Param(value="isAsc") boolean isAsc)
Copyright © 2018. All rights reserved.