@Service public class SysLogBusinessServiceImpl extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<SysLogBusinessMapper,SysLogBusiness> implements SysLogBusinessService, BizLogServiceApi
| 构造器和说明 |
|---|
SysLogBusinessServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(SysLogBusinessRequest sysLogBusinessRequest)
新增
|
void |
del(SysLogBusinessRequest sysLogBusinessRequest)
删除
|
SysLogBusiness |
detail(SysLogBusinessRequest sysLogBusinessRequest)
查询详情
|
void |
edit(SysLogBusinessRequest sysLogBusinessRequest)
编辑
|
List<SysLogBusiness> |
findList(SysLogBusinessRequest sysLogBusinessRequest)
获取列表
|
cn.stylefeng.roses.kernel.db.api.pojo.page.PageResult<SysLogBusiness> |
findPage(SysLogBusinessRequest sysLogBusinessRequest)
获取列表(带分页)
|
cn.stylefeng.roses.kernel.db.api.pojo.page.PageResult<SysLogBusiness> |
getOperateLogByLogType(List<String> logTypeCodeList,
SysLogBusinessRequest sysLogBusinessRequest) |
void |
saveBatchLogs(SysLogBusiness context,
List<String> batchContentList)
批量保存业务日志
|
closeSqlSession, currentMapperClass, currentModelClass, executeBatch, executeBatch, executeBatch, getBaseMapper, getEntityClass, getMap, getObj, getOne, getSqlStatement, removeBatchByIds, removeBatchByIds, removeById, removeById, removeByIds, retBool, saveBatch, saveOrUpdate, saveOrUpdateBatch, sqlSessionBatch, sqlStatement, updateBatchByIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, count, getBaseMapper, getById, getEntityClass, getMap, getObj, getOne, getOne, ktQuery, ktUpdate, lambdaQuery, lambdaQuery, lambdaUpdate, list, list, listByIds, listByMap, 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 void add(SysLogBusinessRequest sysLogBusinessRequest)
SysLogBusinessServiceadd 在接口中 SysLogBusinessServicesysLogBusinessRequest - 请求参数public void del(SysLogBusinessRequest sysLogBusinessRequest)
SysLogBusinessServicedel 在接口中 SysLogBusinessServicesysLogBusinessRequest - 请求参数public void edit(SysLogBusinessRequest sysLogBusinessRequest)
SysLogBusinessServiceedit 在接口中 SysLogBusinessServicesysLogBusinessRequest - 请求参数public SysLogBusiness detail(SysLogBusinessRequest sysLogBusinessRequest)
SysLogBusinessServicedetail 在接口中 SysLogBusinessServicesysLogBusinessRequest - 请求参数public cn.stylefeng.roses.kernel.db.api.pojo.page.PageResult<SysLogBusiness> findPage(SysLogBusinessRequest sysLogBusinessRequest)
SysLogBusinessServicefindPage 在接口中 SysLogBusinessServicesysLogBusinessRequest - 请求参数public void saveBatchLogs(SysLogBusiness context, List<String> batchContentList)
SysLogBusinessServicesaveBatchLogs 在接口中 SysLogBusinessServicepublic List<SysLogBusiness> findList(SysLogBusinessRequest sysLogBusinessRequest)
SysLogBusinessServicefindList 在接口中 SysLogBusinessServicesysLogBusinessRequest - 请求参数public cn.stylefeng.roses.kernel.db.api.pojo.page.PageResult<SysLogBusiness> getOperateLogByLogType(List<String> logTypeCodeList, SysLogBusinessRequest sysLogBusinessRequest)
getOperateLogByLogType 在接口中 BizLogServiceApiCopyright © 2024. All rights reserved.