类 BaseParamServiceImpl
java.lang.Object
com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<BaseParamMapper,BaseParam>
cn.iosd.base.param.service.impl.BaseParamServiceImpl
- 所有已实现的接口:
IBaseParamService,com.baomidou.mybatisplus.extension.service.IService<BaseParam>
@Service
public class BaseParamServiceImpl
extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<BaseParamMapper,BaseParam>
implements IBaseParamService
- 作者:
- ok1996
-
字段概要
从类继承的字段 com.baomidou.mybatisplus.extension.service.impl.ServiceImpl
baseMapper, entityClass, log, mapperClass从接口继承的字段 com.baomidou.mybatisplus.extension.service.IService
DEFAULT_BATCH_SIZE -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明convertBaseParam(BaseParamSaveReqVo baseParamVo) 请求实体转换Domaincom.fasterxml.jackson.databind.JsonNodeinputHistoryCodeValues(com.fasterxml.jackson.databind.JsonNode codeValues, com.fasterxml.jackson.databind.JsonNode historyCodeValues) 更新历史值intinsertBaseParam(BaseParamSaveReqVo baseParamVo) 新增查询基础参数配置selectBaseParamByKey(String paramKey) 查询基础参数配置selectCodeValueVoParamByKey(String paramKey) 查询参数配置intupdateBaseParam(BaseParamSaveReqVo baseParamVo) 修改从类继承的方法 com.baomidou.mybatisplus.extension.service.impl.ServiceImpl
closeSqlSession, currentMapperClass, currentModelClass, executeBatch, executeBatch, executeBatch, getBaseMapper, getEntityClass, getMap, getObj, getOne, getSqlStatement, removeBatchByIds, removeBatchByIds, removeById, removeById, removeByIds, retBool, saveBatch, saveOrUpdate, saveOrUpdateBatch, sqlSessionBatch, sqlStatement, updateBatchById从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.baomidou.mybatisplus.extension.service.IService
count, 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, updateById
-
构造器详细资料
-
BaseParamServiceImpl
public BaseParamServiceImpl()
-
-
方法详细资料
-
selectBaseParamById
从接口复制的说明:IBaseParamService查询基础参数配置- 指定者:
selectBaseParamById在接口中IBaseParamService- 参数:
id- 基础参数配置主键- 返回:
- 基础参数配置
-
selectBaseParamByKey
从接口复制的说明:IBaseParamService查询基础参数配置- 指定者:
selectBaseParamByKey在接口中IBaseParamService- 参数:
paramKey- 参数主键- 返回:
- 基础参数配置
-
selectCodeValueVoParamByKey
从接口复制的说明:IBaseParamService查询参数配置- 指定者:
selectCodeValueVoParamByKey在接口中IBaseParamService- 返回:
-
insertBaseParam
从接口复制的说明:IBaseParamService新增- 指定者:
insertBaseParam在接口中IBaseParamService- 返回:
- 影响行数
-
updateBaseParam
从接口复制的说明:IBaseParamService修改- 指定者:
updateBaseParam在接口中IBaseParamService- 返回:
- 影响行数
-
convertBaseParam
请求实体转换Domain- 参数:
baseParamVo-- 返回:
-
inputHistoryCodeValues
public com.fasterxml.jackson.databind.JsonNode inputHistoryCodeValues(com.fasterxml.jackson.databind.JsonNode codeValues, com.fasterxml.jackson.databind.JsonNode historyCodeValues) 更新历史值- 参数:
codeValues-historyCodeValues-- 返回:
-