@Repository public interface CoreUserPdataMapper extends BaseMapper<CoreUserPdata>
限定符和类型 | 方法和说明 |
---|---|
long |
getCountByUidAndUpdId(java.lang.String userId,
java.lang.String updId)
根据用户id和私有数据使用场景id获取记录数
|
int |
selectCountByCommet(java.lang.String themeId)
通过内容查询有多少个记录正在使用
|
int |
updateByUidAndUpdId(CoreUserPdata upd)
根据用户id和私有数据使用场景id来修改数据
|
deleteByPrimaryKey, insert, insertSelective, selectAll, selectByPrimaryKey, selectList, selectTotalCount, updateByPrimaryKey, updateByPrimaryKeySelective
int updateByUidAndUpdId(CoreUserPdata upd) throws java.lang.Exception
upd
- UPD_USERID和UPD_SHIYCJID的属性值不能为空java.lang.Exception
- 出错会抛出异常long getCountByUidAndUpdId(@Param(value="UPD_USERID") java.lang.String userId, @Param(value="UPD_SHIYCJID") java.lang.String updId) throws java.lang.Exception
userId
- 用户id
用户idupdId
- 私有数据使用场景idjava.lang.Exception
- 出错会抛出异常int selectCountByCommet(@Param(value="UPD_CONTENT") java.lang.String themeId)
themeId
- 私有数据id