Package cn.sinozg.applet.biz.opt.mapper
Interface OptLogDataMapper
- All Superinterfaces:
com.baomidou.mybatisplus.core.mapper.BaseMapper<OptLogData>,com.baomidou.mybatisplus.core.mapper.Mapper<OptLogData>
public interface OptLogDataMapper
extends com.baomidou.mybatisplus.core.mapper.BaseMapper<OptLogData>
操作、数据日志记录 Mapper 接口
- Since:
- 2024-02-28 18:03:49
- Author:
- xieyubin
-
Method Summary
Modifier and TypeMethodDescriptionidListInfo(OptLogClearRequest params) 查询所有的ididListInfoByBizId(OptLogClearRequest params) 根据业务id 查询所有的idcom.baomidou.mybatisplus.core.metadata.IPage<OptLogDataByBizIdPageResponse>logDataDetailByBizId(com.baomidou.mybatisplus.extension.plugins.pagination.Page<OptLogDataByBizIdPageResponse> page, OptLogDataByBizIdPageRequest params) 根据业务id查询修改详情分页根据id查询修改详情com.baomidou.mybatisplus.core.metadata.IPage<OptLogDataPageResponse>pageInfo(com.baomidou.mybatisplus.extension.plugins.pagination.Page<OptLogDataPageResponse> page, OptLogDataPageRequest params) 根据条件分页查询操作、数据日志记录列表Methods inherited from interface com.baomidou.mybatisplus.core.mapper.BaseMapper
delete, deleteBatchIds, deleteById, deleteById, deleteById, deleteByIds, deleteByIds, deleteByMap, exists, insert, insert, insert, insertOrUpdate, insertOrUpdate, insertOrUpdate, insertOrUpdate, insertOrUpdate, selectBatchIds, selectBatchIds, selectById, selectByIds, selectByIds, selectByMap, selectByMap, selectCount, selectList, selectList, selectList, selectList, selectMaps, selectMaps, selectMaps, selectMaps, selectMapsPage, selectObjs, selectObjs, selectOne, selectOne, selectPage, update, update, updateById, updateById, updateById
-
Method Details
-
pageInfo
com.baomidou.mybatisplus.core.metadata.IPage<OptLogDataPageResponse> pageInfo(com.baomidou.mybatisplus.extension.plugins.pagination.Page<OptLogDataPageResponse> page, @Param("p") OptLogDataPageRequest params) 根据条件分页查询操作、数据日志记录列表- Parameters:
page- 分页信息params- 操作、数据日志记录信息- Returns:
- 操作、数据日志记录信息集合信息
-
logDataDetailByBizId
com.baomidou.mybatisplus.core.metadata.IPage<OptLogDataByBizIdPageResponse> logDataDetailByBizId(com.baomidou.mybatisplus.extension.plugins.pagination.Page<OptLogDataByBizIdPageResponse> page, @Param("p") OptLogDataByBizIdPageRequest params) 根据业务id查询修改详情分页- Parameters:
page- 分页params- 参数- Returns:
- 详情
-
logDataDetailById
根据id查询修改详情- Parameters:
params- 参数- Returns:
- 详情
-
idListInfo
查询所有的id- Parameters:
params- 参数- Returns:
- id 集合
-
idListInfoByBizId
根据业务id 查询所有的id- Parameters:
params- 参数- Returns:
- id 集合
-