@Repository public interface CoreWxUserinfoMapper extends BaseMapper<CoreWxUserinfo>
限定符和类型 | 方法和说明 |
---|---|
java.util.List<CoreWxUserinfo> |
selectByOpenid(java.lang.String openid)
根据微信openid查询
|
java.util.List<CoreWxUserinfo> |
selectByUnionid(java.lang.String unionid)
根据微信unionid查询
|
java.util.List<CoreWxUserinfo> |
selectByUserid(java.lang.String userId)
根据系统用户id查询
|
deleteByPrimaryKey, insert, insertSelective, selectAll, selectByPrimaryKey, selectList, selectTotalCount, updateByPrimaryKey, updateByPrimaryKeySelective
java.util.List<CoreWxUserinfo> selectByOpenid(@Param(value="openid") java.lang.String openid)
openid
- OpenIdjava.util.List<CoreWxUserinfo> selectByUserid(@Param(value="userId") java.lang.String userId)
userId
- 用户idjava.util.List<CoreWxUserinfo> selectByUnionid(@Param(value="") java.lang.String unionid)
unionid
- 微信unionid