@Service public class SysLogServiceImpl extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<SysLogMapper,SysLog> implements ISysLogService
| 构造器和说明 |
|---|
SysLogServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<SysLog> |
getAll(SysLog sysLog)
不分页查询
|
com.github.pagehelper.PageInfo<SysLog> |
list(xyz.shodown.common.entity.PageParam<SysLog> pageDto) |
Boolean |
logicalBatchDelById(List<SysLog> sysLogList)
根据id逻辑批量删除
|
Boolean |
logicalDelById(SysLog sysLog)
根据Id逻辑删除,只能删除自己创建的
|
Boolean |
updateState(SysLog sysLog)
更新状态
|
closeSqlSession, count, currentModelClass, getBaseMapper, getById, getMap, getObj, getOne, list, listByIds, listByMap, listMaps, listObjs, page, pageMaps, remove, removeById, removeByIds, removeByMap, retBool, save, saveBatch, saveOrUpdate, saveOrUpdateBatch, sqlSessionBatch, sqlStatement, update, updateBatchById, updateByIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, count, getBaseMapper, getById, getMap, getObj, getOne, getOne, lambdaQuery, lambdaUpdate, list, list, listByIds, listByMap, listMaps, listMaps, listObjs, listObjs, listObjs, listObjs, page, page, pageMaps, pageMaps, query, remove, removeById, removeByIds, removeByMap, save, saveBatch, saveBatch, saveOrUpdate, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, update, update, updateBatchById, updateBatchById, updateByIdpublic com.github.pagehelper.PageInfo<SysLog> list(xyz.shodown.common.entity.PageParam<SysLog> pageDto)
list 在接口中 ISysLogServicepublic List<SysLog> getAll(SysLog sysLog)
ISysLogServicegetAll 在接口中 ISysLogServicepublic Boolean logicalDelById(SysLog sysLog)
logicalDelById 在接口中 ISysLogServicepublic Boolean logicalBatchDelById(List<SysLog> sysLogList)
logicalBatchDelById 在接口中 ISysLogServicepublic Boolean updateState(SysLog sysLog)
updateState 在接口中 ISysLogServicesysLog - Copyright © 2022. All rights reserved.