@Service public class SysLogServiceImpl extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<SysLogMapper,SysLog> implements SysLogService
服务实现类
| 构造器和说明 |
|---|
SysLogServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
SysLog |
find(String id) |
com.baomidou.mybatisplus.extension.plugins.pagination.Page<SysLogVO> |
list(SysLogListDTO dto) |
boolean |
saveLog(Log log,
String ip,
String url,
String params,
String resultCode,
String result,
String exception) |
void |
saveLogAsync(Log log,
String ip,
String url,
String params,
String resultCode,
String result,
String exception) |
closeSqlSession, currentMapperClass, currentModelClass, executeBatch, executeBatch, executeBatch, getBaseMapper, getEntityClass, getMap, getObj, getOne, getOneOpt, getSqlSessionFactory, getSqlStatement, removeBatchByIds, removeBatchByIds, removeById, removeById, removeByIds, retBool, saveBatch, saveOrUpdate, saveOrUpdateBatch, sqlSessionBatch, sqlStatement, updateBatchByIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, count, exists, getBaseMapper, getById, getEntityClass, getMap, getObj, getOne, getOne, getOneOpt, getOneOpt, getOptById, ktQuery, ktUpdate, lambdaQuery, lambdaQuery, lambdaUpdate, list, list, list, list, listByIds, listByMap, listMaps, listMaps, listMaps, listMaps, listObjs, listObjs, listObjs, listObjs, page, page, pageMaps, pageMaps, query, remove, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeById, removeById, removeById, removeByIds, removeByIds, removeByMap, save, saveBatch, saveBatch, saveOrUpdate, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, update, update, updateBatchById, updateBatchById, updateByIdpublic boolean saveLog(Log log, String ip, String url, String params, String resultCode, String result, String exception)
saveLog 在接口中 SysLogServicepublic void saveLogAsync(Log log, String ip, String url, String params, String resultCode, String result, String exception)
saveLogAsync 在接口中 SysLogServicepublic com.baomidou.mybatisplus.extension.plugins.pagination.Page<SysLogVO> list(SysLogListDTO dto)
list 在接口中 SysLogServicepublic SysLog find(String id)
find 在接口中 SysLogServiceCopyright © 2024. All rights reserved.