@Service public class OptLogDataServiceImpl extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<OptLogDataMapper,OptLogData> implements OptLogDataService
| 限定符和类型 | 字段和说明 |
|---|---|
private OptLogDataMapper |
mapper |
private OptLogTableService |
tableService |
private OptLogTextService |
textService |
| 构造器和说明 |
|---|
OptLogDataServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear(OptLogClearRequest params)
删除日志
|
private void |
convert(OptLogDataByBizIdPageResponse p)
数据转化
|
BasePageResponse<List<OptLogDataByBizIdPageResponse>> |
logDataDetailByBizId(PagingRequest page,
OptLogDataByBizIdPageRequest params)
根据业务ID 查询数据修改记录
|
OptLogDataByBizIdPageResponse |
logDataDetailById(String id)
查询详情
|
BasePageResponse<List<OptLogDataPageResponse>> |
pageInfo(PagingRequest page,
OptLogDataPageRequest params)
分页查询
|
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, updateByIdprivate OptLogDataMapper mapper
private OptLogTextService textService
private OptLogTableService tableService
public OptLogDataByBizIdPageResponse logDataDetailById(String id)
OptLogDataServicelogDataDetailById 在接口中 OptLogDataServiceid - 主键public BasePageResponse<List<OptLogDataByBizIdPageResponse>> logDataDetailByBizId(PagingRequest page, OptLogDataByBizIdPageRequest params)
OptLogDataServicelogDataDetailByBizId 在接口中 OptLogDataServicepage - 分页params - 参数@Transactional(rollbackFor=java.lang.Throwable.class) public void clear(OptLogClearRequest params)
OptLogDataServiceclear 在接口中 OptLogDataServiceparams - 参数public BasePageResponse<List<OptLogDataPageResponse>> pageInfo(PagingRequest page, OptLogDataPageRequest params)
OptLogDataServicepageInfo 在接口中 OptLogDataServicepage - 分页对象params - 参数private void convert(OptLogDataByBizIdPageResponse p)
p - 参数Copyright © 2024. All rights reserved.